-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Native library not found on android pie #2490
Comments
How did you come to this conclusion? We leverage aapt/aapt2 to package the application and if order mattered - it would do it. |
When i resign the package only in windows, this break the native lib and the system give the error "dlopen failed". After compare the two files, original and resigned package i see the order difference. |
@blackfa1con , maybe it's related to extractNativeLibs in AndroidManifest.xml? It is set to "false" by default since Android Gradle plugin 3.6.0. But you also say "When i resign the package only in windows, this break the native lib", so it means this problem occurs also without Apktool being involved? |
@blackfa1con this is not an apktool bug
in addition, it is desirable to include classes.dex here |
Information
2.5.0
) -Stacktrace/Logcat
Steps to Reproduce
apktool
Diagnose the problem
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(
.apks
that live in/system/framework
or/system/priv-app
)APK
If this APK can be freely shared, please upload/attach a link to it.
Questions to ask before submission
apktool d
,apktool b
without changing anything?yes
yes
yes
The text was updated successfully, but these errors were encountered: