apk.sh
apk.sh copied to clipboard
[BUG] Could not smali file: XYZ already interned
Information
- apk.sh version : 1.0.8
- Operating System (Mac, Linux, Windows) : Linux, Windows etc.
- APK From? (Playstore, ROM, Other) : PlayStore
apk.sh output
I: Smaling smali_assets folder into assets.dex
xyz/smali_assets/audience_network/javax/annotation/concurrent/ThreadSafe.smali
[>] Sorry!
[!] java -jar /home/me/.apk.sh/apktool_2.9.3.jar b -d myapk -o myapk.gagdet.apk --use-aapt2 return errors!
[>] Bye!
Steps to Reproduce
-
apk.sh patch myfile.apk
APK
Is not needed.
Questions to ask before submission
Are you using the latest apk.sh version? Yes
The thing is that apktool
encounters problems with certain APKs, see https://github.com/iBotPeaches/Apktool/issues/2784 .
This can be fixed by using the option --only-main-classes
while decoding the .apk
, but this feature is not supported by apk.sh.