8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
apk.sh patch myfile.apk
Is not needed.
Are you using the latest apk.sh version? Yes
The thing is that apktool encounters problems with certain APKs, see iBotPeaches/Apktool#2784 .
apktool
This can be fixed by using the option --only-main-classes while decoding the .apk, but this feature is not supported by apk.sh.
--only-main-classes
.apk
The text was updated successfully, but these errors were encountered:
[BUG] Could not smali file: XYZ already interned
abd18b3
Fixes ax#30
is it already being merged to latest version ? i need --only-main-classes
Sorry, something went wrong.
Done.
Successfully merging a pull request may close this issue.
Information
apk.sh output
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 iBotPeaches/Apktool#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.The text was updated successfully, but these errors were encountered: