
I tried opening the keystore file on the KeyStore Explorer, did some changes like changing the password, and saved it but I was greeted by an error message saying "cannot access the file". So after a lot of errors on my Mobile App Log, I did found the solution by downloading KeyStore Explorer.įollowing the steps on this article, a keystore file will be generated on the file location of the keystore command tool which is inside C:\Program Files\Java\ \bin since I need to execute the command on the folder where the keystore command tool is located. Those didn't really help me on the issue that I have faced.
#Keystore explorer get key password how to#

Application was not successfully generated! Build failed with the following error: Invalid keystore format. Command failed with exit code 1: /var/lib/builder/builds/992c0fce-88d4-4cf6-8dd7-e1e89f1f3b88/source/platforms/android/gradlew cdvBuildRelease -b /var/lib/builder/builds/992c0fce-88d4-4cf6-8dd7-e1e89f1f3b88/source/platforms/android/adle -parallel Run with -info or -debug option to get more log output.

Run with -stacktrace option to get the stack trace. > .signing.KeytoolException: Failed to read key baniokeystore from store "/var/lib/builder/builds/992c0fce-88d4-4cf6-8dd7-e1e89f1f3b88/keys/android.keystore": Invalid keystore format I checked the generated error log and I have notice these lines:

I have followed the instructions here on generating a keystore but I am stuck with the error Error: Invalid keystore format.
