Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleted debug.keystore file. How do I generate it again? [duplicate]

Tags:

I had deleted debug.keystore file as I had forgotten the password to access it using keytool. How do I retrieve it or generate it again?

If I create a new keystore file using keytool then the eclipse crashes if I add it in the preferences.

like image 662
Hick Avatar asked Mar 01 '12 13:03

Hick


1 Answers

The same mechanism as for an expired debug key should work, see here https://stackoverflow.com/a/2196397/1127492

like image 155
Stefan Avatar answered Sep 25 '22 07:09

Stefan