I have long published an app in the play market. Now I want to update it. I have the original certificate from the application. I know the passwords (key store password and key password) but I do not know alias. Although I used keytool , it did not help. Alias ​​text was Cyrillic and here is the result:

enter image description here

Question: How to convert this text (alias) to the original text or how does alias change to the Latin text?

    1 answer 1

    Try changing the alias like this:

    keytool -changealias -alias "тут_кириллица" -destalias "new-alias" -keypass keypass -keystore /path/to/keystore -storepass storepass