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.VerifyError: Verifier rejected class #24

Open
google-mirror opened this issue Jul 12, 2024 · 1 comment
Open

java.lang.VerifyError: Verifier rejected class #24

google-mirror opened this issue Jul 12, 2024 · 1 comment

Comments

@google-mirror
Copy link

         07-12 15:28:10.285  3403  3403 D AndroidRuntime: Shutting down VM
         07-12 15:28:10.285  3403  3403 E AndroidRuntime: FATAL EXCEPTION: main
         07-12 15:28:10.285  3403  3403 E AndroidRuntime: Process: a.test, PID: 3403
         07-12 15:28:10.285  3403  3403 E AndroidRuntime: java.lang.VerifyError: Verifier rejected class a.Application: void a.Application.onCreate() failed to verify: void a.Application.onCreate(): [0x13A] register v1 has type Precise Reference: java.lang.Object but expected Precise Reference: a.c6 (declaration of 'a.Application' appears in /data/app/~~6puBK70S29XrnAqbfVRxzA==/a.test-wsJuVdj9tNZlY3SMzEdSTg==/base.apk)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at java.lang.Class.newInstance(Native Method)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.app.Instrumentation.newApplication(Instrumentation.java:1189)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.app.LoadedApk.makeApplication(LoadedApk.java:1377)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7059)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.app.ActivityThread.access$1700(ActivityThread.java:277)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2170)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:106)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.os.Looper.loopOnce(Looper.java:211)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:300)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:8285)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:576)
         07-12 15:28:10.285  3403  3403 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1074)
@google-mirror
Copy link
Author

"-d", "2"

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