-
Notifications
You must be signed in to change notification settings - Fork 119
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.SecurityException: cannot verify signature block file META-INF/CERT #16
Comments
The same error/ OpenJDK version 14.0.1 |
same here |
*update I started using Manjaro to make modifications to APKs but I also had the same problem. So I started using the Uber APK Signer until everything was resolved. |
Someone test my tool and tell me if it has same error https://github.com/HemanthJabalpuri/signapk/releases/tag/4.0 I have also used the similar source. |
I have the same error, but it happen when I'm trying to flutter run. |
For me, this was because I was using openJDK instead of java 1.8. This helped me get it working: https://stackoverflow.com/a/24657630/504018 |
I am not able to sign my APK. My commands:
Output:
jarsigner: java.lang.SecurityException: cannot verify signature block file META-INF/CERT
I'm on openjdk version 13.0.2.
The text was updated successfully, but these errors were encountered: