Reputation: 9
I was trying to get the debug.keystore for using the Google map service on my Android application. I did some researches and found that the keystore will auto generated when i build the application, and the default location can be viewed in "Eclipse -> Preferences -> Android -> SDK location".
But when i go to this folder, i can't see any debug.keystore, even i search on the spotlight, it shows there is no debug.keystore.
Is there any way to let eclipse to generate the debug.keystore again or find the existing keystore?
Upvotes: 0
Views: 3010
Reputation: 3485
Your default location is
C:\Users\accoutname\.android
you can use any location which you want ex.
C:\Key
if you want save here your keystore then follow this step
Upvotes: 0
Reputation: 5045
debugkeystore for window user it will be in users/.android dir
Upvotes: 4