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

加固后运行报错提示:java.lang.InternalError: Attempt to register dex file XX with multiple class loaders #4

Closed
cfans731 opened this issue Jun 10, 2022 · 1 comment

Comments

@cfans731
Copy link

2022-06-10 19:09:50.473 15112-15112/? E/JIAGU: hook
2022-06-10 19:09:50.474 15112-15112/? E/QarthLog: [PatchStore] current thread application info is null

--------- beginning of crash

2022-06-10 19:09:50.474 15112-15112/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.frezrik.jiagu, PID: 15112
java.lang.InternalError: Attempt to register dex file /data/user/0/com.frezrik.jiagu/Anonymous-DexFile@2781644753.jar with multiple class loaders
at dalvik.system.DexFile.defineClassNative(Native Method)
at dalvik.system.DexFile.defineClass(DexFile.java:292)
at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:285)
at dalvik.system.DexPathList$Element.findClass(DexPathList.java:779)
at dalvik.system.DexPathList.findClass(DexPathList.java:539)
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:207)
at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
at com.frezrik.jiagu.StubApp.invoke2(StubApp.java:12)
at com.frezrik.jiagu.StubApp.attach(Native Method)
at com.frezrik.jiagu.StubApp.attachBaseContext(StubApp.java:61)
at android.app.Application.attach(Application.java:358)
at android.app.Instrumentation.newApplication(Instrumentation.java:1168)
at android.app.LoadedApk.makeApplication(LoadedApk.java:1451)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7554)
at android.app.ActivityThread.access$2600(ActivityThread.java:260)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2435)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:219)
at android.app.ActivityThread.main(ActivityThread.java:8668)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109)

@stevezhou6
Copy link

java.lang.InternalError: Attempt to register dex file /data/user/0/com.douyu.rush/Anonymous-DexFile@3961356736.jar with multiple class loaders

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

3 participants