jasonross / Nuwa

Nuwa, pure java implementation, can hotfix your android application.
2.96k stars 574 forks source link

java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation #93

Open phxuecan opened 7 years ago

phxuecan commented 7 years ago

问题描述

=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)