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
If you don't want to or can't use Android Studio, you can use the create-android-keystore NPM tool:
$ create-android-keystore quick
Which results in a newly generated keystore in the current directory.
More info: https://www.npmjs.com/package/create-android-keystore