apk-editor / APK-Explorer-Editor

Source code of APK Explorer & Editor (AEE), an open-source tool to explore the contents of an installed APK!
https://apk-editor.github.io/
GNU General Public License v3.0
655 stars 93 forks source link

Make resources.arsc of installed APKs stored uncompressed and aligned #87

Open ghost opened 3 months ago

ghost commented 3 months ago

Failed parse during installPackageLI: Targeting R+ (version 30 and above) requires the resources.arsc of installed APKs to be stored uncompressed and aligned on a 4-byte boundary

ZYFDroid commented 3 months ago

The project's zipalign library does not take effect. I found this one and it works. MuntashirAkon/zipalign-android

ghost commented 2 months ago

@apk-editor