Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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.