Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I have forgotten my keystore password and I want to install my apk on Google Play. What do I do?

I have made an application and I signed its apk one month ago. Now I have forgotten its password and when I am using a new key for this and installing it on Google Play, it's giving me the fingerprint error. What can I do?

The application link is here.

The error occurs:

enter image description here

like image 509
Rajshree Tiwari Avatar asked Nov 09 '13 03:11

Rajshree Tiwari


People also ask

How do I find my keystore password?

bin file in android studio itself. Search for ". storePassword" .. That's it you got your keystore password.

How do I reset my Google Play keystore?

pem. To generate the new Keystore, Open Android Studio and click on terminal tab from the bottom bar. Make sure to rename newalias and nameofkeystore to your desired alias name and keystore file name respectively. It'll ask a bunch of questions like your name, organisation unit and city.


1 Answers

Try to find your password here if you are using Gradle 4.0 and above.

  1. Switch to project mode.
  2. Open your project name folder.
  3. Open .gradle folder.
  4. Open gradle version folder (here in my case it's 4.4).
  5. Open taskHistory folder.
  6. Double click on "taskHistory.bin", select open in text editor option.
  7. press ctrl+f to open search box and try to find your key (guesswork).

Android Studio screenshot

UPDATE:
In gradle 5.4 version the file path has been changed as below: <project>\.gradle\5.4\executionHistory\executionHistory.bin

like image 179
sohel yadav Avatar answered Nov 09 '22 11:11

sohel yadav