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.SecurityException: cannot verify signature block file META-INF/CERT #16

Open
brianbwong opened this issue Feb 25, 2020 · 6 comments

Comments

@brianbwong
Copy link

I am not able to sign my APK. My commands:

java -jar ../sign.jar uncrackable_apk_mod.apk
jarsigner -verify uncrackable_apk_mod.s.apk

Output:
jarsigner: java.lang.SecurityException: cannot verify signature block file META-INF/CERT

I'm on openjdk version 13.0.2.

@samyual
Copy link

samyual commented Jun 26, 2020

The same error/ OpenJDK version 14.0.1

@caiocinel
Copy link

same here

@caiocinel
Copy link

*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.

@HemanthJabalpuri
Copy link

HemanthJabalpuri commented Nov 25, 2020

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.

@nattyalem
Copy link

I have the same error, but it happen when I'm trying to flutter run.

@patcon
Copy link

patcon commented Apr 4, 2021

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

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

6 participants