问题
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?
回答1:
debugkeystore for window user it will be in users/.android dir
回答2:
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
- Select File
- select Export then Export Android Application
- Project Browse selecte your Project Next Click
- Create new keystore select
- Browse your location
- give name.keystore
- give passwod
- click next
来源:https://stackoverflow.com/questions/17289430/eclipse-no-debug-keystore