Skip to content
Discussion options

You must be logged in to vote

@84436

Oh sorry I don't know how I didn't see this for long, i blame github not having some kind of notifications.

Yes you are correct about extractNativeLibs attribute function

extractNativeLibs Behavior on android OS Storage/compression on apk file Pros/Cons
false Reads and executes libs directly from apk Stored uncompressed with 4096 alignment Bigger apk file size, Smaller phone/device storage usage
true or removed Extracts lib files to storage Stored compressed Smaller apk file size, Bigger phone/device storage usage

We (APKEditor) choose false by default but i feel we have to let the user decide which option to choose just like AGP offering with useLegacyPackaging flag

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by 84436
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants