سؤال

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.

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top