-
Notifications
You must be signed in to change notification settings - Fork 49
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
Problem with split apks (INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2) #72
Comments
I assume that libraries within |
Additionally, I cannot run ZipDiff on Running
|
the cmdline ApkNormalized version is 1.3.6?
I have't tested with split apks, |
Oh, it's 1.3.5. I was using the tagged release from the webpage. I'll check again! |
Possible attempt:
|
I Success! |
Thanks for clarifying! I really don't like the latest changes to the APK format by Google.. |
same don't like |
now, this lib new version supported page-align uncompressed .so files. |
Hello,
I'm trying to use ZipDiff for the Twitter app.
When downloading for an arm64 device from the German Google Play Store, this comes in 5 .apk files:
base.apk
split_config.arm64_v8a.apk
split_config.de.apk
split_config.en.apk
split_config.xxhdpi.apk
Unfortunately, if I apply
AndroidSDK#apksigner(ApkNormalized(AndroidSDK#apksigner(newZip)))
tosplit_config.arm64_v8a.apk
I get the following error when installing withadb install-multiple *.apk
:Installing works without problems if I only apply
AndroidSDK#apksigner(newZip)
tosplit_config.arm64_v8a.apk
andAndroidSDK#apksigner(ApkNormalized(AndroidSDK#apksigner(newZip)))
tothe other .apk files.The text was updated successfully, but these errors were encountered: