-
Notifications
You must be signed in to change notification settings - Fork 133
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.io.IOException: Invalid keystore format
#73
Comments
Did you generate the keystore with java 8? Apparently the version of the apksigner and the version used to generate the keystore has to match. |
I did not use java 8 but java 11. |
I'm not sure how to use Java 8 either. |
I think you just have to set the environment variable |
So I did |
My bad, it isn't just setting |
When I build our Godot app with your CI for Android I get this:
I followed the steps in the documentation of the CI config to encode the key and all that. I verified multiple times now that the from base64 decoded key is exactly the same as the original non base64 key. I have no idea what this error means.
The text was updated successfully, but these errors were encountered: