How can I create a keystore?

后端 未结 11 1269
北恋
北恋 2020-11-22 13:47

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

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 14:01

    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

提交回复
热议问题