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.

Problem with KeyStore with the special character



  • In LocalKit(In the Manage KeyStore screen) I imported a KeyStore with the alias name “açoviral” and Localkit turned the alias into “a?oviral” .
    When I do Remote Build for Android occurs the following error: "Failed to read key from keystore"
    I concluded that there is a bug in Monaca does not accept KeyStore with the character “ç”.

    What to do to solve this problem?



  • To solve the problem, just use the keytool program to change the alias name.
    Example:

    keytool -changealias -keystore filename.keystore -alias “açoviral” -destalias “acoviral”


  • Monaca

    I think this can be useful for other users with the same issue, thank you @neipeixoto ! :)