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

v1.22 having issues with existing and new .keystore files. #879

Open
dhalldmg opened this issue Aug 8, 2024 · 1 comment
Open

v1.22 having issues with existing and new .keystore files. #879

dhalldmg opened this issue Aug 8, 2024 · 1 comment

Comments

@dhalldmg
Copy link

dhalldmg commented Aug 8, 2024

I've updated to 1.22 and have deleted my .bubblewrap directory to allow BW to download everything it needs fresh.

When doing bubblewrap update / bubblewrap build I'm getting:
Failed to load signer "signer #1"
java.io.IOException: Keystore was tampered with, or password was incorrect

Two weeks ago I updated this app and I know the password is correct and the .keystore file has not been changed.

As an experiment I attempted to create a new app with bubblewrap init. That process prompted to create the keystore and everything new, then bubblewrap build failed with an error not able to load the 'android' alias in the newly created keystore file.

@dhalldmg
Copy link
Author

dhalldmg commented Aug 8, 2024

The exact error when trying to make a new app with "bubblewrap init" and using BW to generate a keystore and then running bubblewrap build is:
Failed to load signer "signer #1"
_java.io.IOException: Failed to obtain key with alias "android" from /(PATH TO FILE)/android.keystore.

Running keytool -v -list -keystore android.keystore returns the following:

Keystore type: PKCS12
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: android
Creation date: Aug 8, 2024
.....

Update
It looks like a similar issue was reported in #837 and #606

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