Question

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.

Was it helpful?

Solution

I can see a trailing extra period in the keystore file path. It should be "~/.android/debug.keystore" instead of "~/.android/debug.keystore."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top