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

Trying use obfuscated jar in android app but it gives issues #16

Open
ajitgupta123 opened this issue Jun 4, 2021 · 1 comment
Open

Comments

@ajitgupta123
Copy link

java.lang.VerifyError: Verifier rejected class com.java.example.java: void com.java.example.() failed to verify:

Can you suggest the solution?

@HeyaGlitz
Copy link

usually a -noverify or -Xverify:none flag would fix this, but not sure how you'd set a flag on Android
bad idea to set the settings on max btw, turn off crasher if you've enabled it

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

2 participants