Trying to generate a debug key for the purposes of usings Maps.
I have tried this command
keytool -list -alias androiddebugkey \
-keystore ~/.android/debug.keystore.keystore \
-storepass android -keypass android
But I get this output:
keytool error: java.lang.Exception: Keystore file does not exist: /Users/chance 1/.android/debug.keystore.keystore
How to find and generate? Any help appreciated.