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.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation #93

Open
phxuecan opened this issue Nov 24, 2016 · 0 comments

Comments

@phxuecan
Copy link

问题描述

=5.0 运行正常, 5.0以下版本运行出现java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation错误

log

W/dalvikvm(  362): Class resolved by unexpected DEX: Lso/contacts/hub/services/open/core/an;(0x41dc5ff8):0x60ca7000 ref [Lso/contacts/hub/services/open/core/ar;] Lso/contacts/hub/services/open/core/ar;(0x41dc5ff8):0x60d59000
W/dalvikvm(  362): (Lso/contacts/hub/services/open/core/an; had used a different Lso/contacts/hub/services/open/core/ar; during pre-verification)
W/dalvikvm(  362): threadid=1: thread exiting with uncaught exception (group=0x41689c80)
E/AndroidRuntime(  362): FATAL EXCEPTION: main
E/AndroidRuntime(  362): Process: com.putao.live, PID: 362
E/AndroidRuntime(  362): java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation
E/AndroidRuntime(  362): 	at so.contacts.hub.services.open.core.an.a(Unknown Source)
E/AndroidRuntime(  362): 	at so.contacts.hub.services.open.ui.GoodsCreateOrderActivity.onCreate(Unknown Source)
E/AndroidRuntime(  362): 	at android.app.Activity.performCreate(Activity.java:5304)
E/AndroidRuntime(  362): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1090)
E/AndroidRuntime(  362): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2245)
E/AndroidRuntime(  362): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2331)
E/AndroidRuntime(  362): 	at android.app.ActivityThread.access$1000(ActivityThread.java:143)
E/AndroidRuntime(  362): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1244)
E/AndroidRuntime(  362): 	at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(  362): 	at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime(  362): 	at android.app.ActivityThread.main(ActivityThread.java:5291)
E/AndroidRuntime(  362): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(  362): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(  362): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:849)
E/AndroidRuntime(  362): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:665)
E/AndroidRuntime(  362): 	at dalvik.system.NativeStart.main(Native Method)
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