Compile error
Here is the sample APK file: https://pixeldrain.com/u/2uL1H4N9
This apk is tampered/wrong android:compileSdkVersion="23",
Try running with -framework-version 34
This apk is tampered/wrong
android:compileSdkVersion="23", Try running with-framework-version 34
Hi, can you tell me exactly how to use -framework-version 34?
Hi, can you tell me exactly how to use -framework-version 34?
I already told you "exactly how to use", builtin help contains all you need, for example
if you want to learn about decompiling run:
java -jar APKEditor.jar d -h
if you want to learn about compiling/building run:
java -jar APKEditor.jar b -h