user1436515
user1436515

Reputation: 9

Eclipse no debug keystore

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

Answers (2)

Ankitkumar Makwana
Ankitkumar Makwana

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

  • 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

Upvotes: 0

user1140237
user1140237

Reputation: 5045

you can find debug.keystore path from dev tool

debugkeystore for window user it will be in users/.android dir

Upvotes: 4

Related Questions