REAndroid / APKEditor

Powerful android apk editor - aapt/aapt2 independent
Apache License 2.0
645 stars 95 forks source link

Implement switch to keep extractNativeLibs manifest option #77

Open basilgello opened 8 months ago

basilgello commented 8 months ago

Introduce the CLI option to preserve android:extractNativeLibraries to allow re-packing apps that initially ship with this setting (and some code relies on it!)

To repack such an application with apktool successfully, one needs to:

REAndroid commented 4 months ago

Sorry not convinced the purpose of keeping extractNativeLibs. AFIK extractNativeLibs is for when the library is archived in compressed format and needs to tell lib loader to extract first before loading. During merging all native libs kept uncompressed.

I appreciate if you drop here sample apk that proves your point.

Thank you