How to Retrieve Key Alias and Key Password for Signed APK in Android Studio(Migrated from Eclipse)

How to retrieve Key Alias and Key Password for signed APK in android studio(migrated from Eclipse)

I finally could figure the issue out.

To get the Key Alias: I copied the keytool.exe and my keystore file into C:\Program Files\Java\jdk1.7.0_71\bin folder. Then from command prompt I wrote: keytool -list -v -keystore <name>.keystore
It will also ask for keystore password then. Then it will show you the key alias and Certificate fingerprints and other info.

Then I again tried to Generate Signed Apk for the project, I provided keystore, keystore password, key alias and provided the same password. Then it asks for master password, I tried with the same and it failed. With the reset option I reset the master password here.

Android key password is missing

I've found the password. Thanks god!

Android Key password is missing however i do have keystore password

my keystore file into C:\Program Files\Java\jdk1.7.0_71\bin folder. Then from the command prompt, I wrote: keytool -list -v -keystore . keystore It will also ask for keystore password then. Then it will show you the key alias and Certificate fingerprints and other info.
You can find more answer here also on Quora



Related Topics



Leave a reply



Submit