-5

I want to update application to Android Studio I own Key password I own Keystor path But I do not have ---> Key Alias

I ask what is the solutionenter image description here

Samadi Ilias
  • 139
  • 1
  • 1
  • 4

1 Answers1

0

If you remember your key password than you can get key alias with following command

$ keytool -list -v -keystore <store>

But you need keystore password for this first.

after executing this command you need to enter your key password and it will show your key alias.

enter image description here

How can I find and run the keytool

Community
  • 1
  • 1
Ravi
  • 34,851
  • 21
  • 122
  • 183