Import KeyStore (Android), failed to open
-
I need to get signed Android builds into the app store with the same keys. I have .p12 cryptographic identity file and passwod. But only get a flash message a possible password issue
-
@Matt-Harbaugh What kind of message did you receive?
-
-
Think I am making progress. I need a keystore file and not the just the private key file.
How to convert your p12 file to jks:
https://stackoverflow.com/questions/19829630/signing-apk-with-p12
-
@Matt-Harbaugh I assumed you were trying to import your Android keystore (.p12 file) into Monaca. If that’s the case,
.p12
file is the right format. And if you get the above error while importing the keystore, it was mostly about you entered the wrong password for that keystore file.