ThePerplexedOne
Platinian
I haven't modded for a while, but I'm pretty sure I'm doing things the same way I used to. Any time I compile an APK with my mod menu .so files inside the lib directory, after aligning and signing, my emulator will not parse the APK. If I take them out, and recompile and sign again, it works fine. I don't understand.
I'm using LDPlayer9 with Android 7.1 64-bit instance
Using Android 9, I end up getting an error saying the file is occupied by other programs.
EDIT:
Okay, somewhere along the lines, android:extractNativeLibs is being set to false, which is causing my problem. I have to set it to true manually for it to work.
I'm using LDPlayer9 with Android 7.1 64-bit instance
Using Android 9, I end up getting an error saying the file is occupied by other programs.
EDIT:
Okay, somewhere along the lines, android:extractNativeLibs is being set to false, which is causing my problem. I have to set it to true manually for it to work.
Last edited: