ARSCLib icon indicating copy to clipboard operation
ARSCLib copied to clipboard

Compile error

Open cgapk123 opened this issue 1 year ago • 3 comments

image image image

Here is the sample APK file: https://pixeldrain.com/u/2uL1H4N9

cgapk123 avatar Oct 14 '24 17:10 cgapk123

This apk is tampered/wrong android:compileSdkVersion="23", Try running with -framework-version 34

REAndroid avatar Oct 15 '24 16:10 REAndroid

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?

cgapk123 avatar Oct 21 '24 12:10 cgapk123

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

REAndroid avatar Oct 26 '24 14:10 REAndroid