Reputation: 60919
keytool -list -alias androiddebugkey -keystore ~/.android/debug.keystore. -storepass android -keypass android
gives me the error:
keytool error: java.lang.Exception: Keystore file does not exist: /Users/syalam/.android/debug.keystore.
I'm not sure how I can sign my debugkey so that I can use Google Maps. I have verified in Eclipse that this is where my debugkey is stored.
Upvotes: 2
Views: 1787
Reputation: 5190
I can see a trailing extra period in the keystore file path. It should be "~/.android/debug.keystore" instead of "~/.android/debug.keystore."
Upvotes: 4