You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalAccessError: Method 'void xxx.ui.MainActivity_CF.willJump(xxx.bean.MainTypeBean)' is inaccessible to class 'xxx.ui.MainActivity_CF' (declaration of 'xxx.MainActivity_CF' appears in /data/user/0/xxx/files/apatch/padfix-1_2_0_586-3.apatch)
at xxx.ui.MainActivity_CF.onClick(MainActivity.java:429)
at android.view.View.performClick(View.java:5204)
at android.view.View$PerformClick.run(View.java:21170)
at android.os.Handler.handleCallback(Handler.java:743)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:772)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:662)
修复代码1
修复代码2
The text was updated successfully, but these errors were encountered:
java.lang.IllegalAccessError: Method 'void xxx.ui.MainActivity_CF.willJump(xxx.bean.MainTypeBean)' is inaccessible to class 'xxx.ui.MainActivity_CF' (declaration of 'xxx.MainActivity_CF' appears in /data/user/0/xxx/files/apatch/padfix-1_2_0_586-3.apatch)
at xxx.ui.MainActivity_CF.onClick(MainActivity.java:429)
at android.view.View.performClick(View.java:5204)
at android.view.View$PerformClick.run(View.java:21170)
at android.os.Handler.handleCallback(Handler.java:743)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:772)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:662)
修复代码1
修复代码2
The text was updated successfully, but these errors were encountered: