show-java
show-java copied to clipboard
An APK (android application), JAR & Dex decompiler for android.
https://play.google.com/store/apps/details?id=com.appjoy.showjava&hl=en_US Am I the only one to remember this eepository and Show Java app when I first launched this app? (Be CAREFUL, it is filled with ads)
#171 _Originally posted by @heyun1021 in https://github.com/niranjan94/show-java/issues/171#issuecomment-492157129_
Since my Pixel 3 XL received the latest update (Build: PQ2A.190205.001), I always get the error notification "[appname] could not be decompiled". I get this error notification for all decompilers...
Not related to #158 its a seperate app. https://play.google.com/store/apps/details?id=com.skylight.apkeditor There is so many ads in this app it is unreal and there it is clearly your app. I recognized it...
能不能添加编辑代码的功能 ,有些代码排序不是可直观
应用反编译闪退
用showjava反编译时闪退
Kaynak kodlarını çıkaramıyorum yardımcı olurmusunuz
Hi! A support for Android Wear bundled apks would be nice! BTW, thanks for the great work
CameraManager cameraManager = (CameraManager) getSystemService(Context.CAMERA_SERVICE); String cameraId = cameraManager.getCameraIdList()[0]; // الكاميرا الخلفية cameraManager.setTorchMode(cameraId, true); // لتشغيل المصباح cameraManager.setTorchMode(cameraId, false); // لإيقاف المصباح