Skip to content
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

How to solve the crash in APK which contains multidex? #6

Open
Mellan opened this issue Jul 26, 2018 · 0 comments
Open

How to solve the crash in APK which contains multidex? #6

Mellan opened this issue Jul 26, 2018 · 0 comments

Comments

@Mellan
Copy link

Mellan commented Jul 26, 2018

Hello:
when I use this script to deal with APK which contains 1 dex, it works very well. But when I use it to deal with APK which contains 2 or more dexs, its crash infomation like this:
Failed to find OatDexFile for DexFile /data/app/com.xxx.core-2/base.apk ( canonical path /data/app/com.xxx.core-2/base.apk) with checksum 0xbd3a00fd in OatFile /data/dalvik-cache/arm64/data@[email protected]@[email protected]

java.lang.RuntimeException: Unable to instantiate application com.xxx.core.xxxApplication: java.lang.ClassNotFoundException: Didn't find class "com.xxx.core.xxxApplication" on path: DexPathList[[zip file "/data/app/com.xxx.core-2/base.apk"],nativeLibraryDirectories=[/data/app/com.xxx.core-2/lib/arm64, /vendor/lib64, /system/lib64]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant