-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
[FEAT] Split APK support #2880
Comments
@DieHertz can you share your work,? The Python script I mean. |
I uploaded it to my GitHub page, you may need to tinker with |
There is not any support for split apks - Apktool would need an entire rewrite to be able to support the notion of split apks. There has been a few of these requests, so I added it to the roadmap - https://github.com/iBotPeaches/Apktool/blob/master/ROADMAP.md#split-apk-support |
Hi!
Thanks for your work, using apktool and it greatly simplifies researching apps 👍
Is Split APK support, specifically resolving
APKTOOL_DUMMY_
resource names, in scope of this project? Maybe I'm missing something and it's already there?I wrote a small python script to go over split APK res XMLs and patch all the textual occurrences automatically, after that I started wondering if it should be somewhat integrated into apktool or released standalone.
My goal with this script was to merge everything back into
base.apk
and not have to install split APKs.The text was updated successfully, but these errors were encountered: