Search code examples
androidgoogle-playshaandroid-keystore

Android Key password is missing however i do have keystore password


I am into a big issue. I have android key store password, but key password it is saying as 'Cannot recover Key'. When i create new key app is signed, but it is not uploaded to play store. It is showing SHA not matching

My recent activities involve

Android studio update Please specify is it because of this.

Key Missing screenshot

I have also attached screenshot please see missing part and let me know how it can be found. Thanks


Solution

  • 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