What are the steps to create a keystore for android?
I need to use google maps in my app and I don\'t know what steps I missed. Please provide me with the specific d
I followed this guide to create the debug keystore.
The command is:
keytool -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999