Replies: 1 comment
-
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
We (APKEditor) choose |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I notice that when I'm merging splits, there's a line in the log that says the
extractNativeLibs
is removed from the APK's manifest. Why does that attribute have to be removed?Note that I'm just wondering the behavior of APKEditor split merger; I have no issues with the merged APK whatsoever. It's just that I have read Android's docs for the
<application>
tag inAndroidManifest.xml
, and if I understand correctly, settingextractNativeLibs
tofalse
cause the*.so
files inlib\$ABI
folder of the APK to be read directly by the Android runtime instead of them having to be extracted first by the Package Installer, thus saving disk space.For reference, I'm using APKEditor to merge the base APK and 5 splits of my selection (
arm64_v8a
,en
,vi
,xhdpi
,xxhdpi
) of the YouTube app, with the intention of applying ReVanced patches against the merged APK later. Here's a shot of my terminal:And here are the version numbers for posterity's sake:
Beta Was this translation helpful? Give feedback.
All reactions