How can I create a keystore?

后端 未结 11 1288
北恋
北恋 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条回答
  •  Happy的楠姐
    2020-11-22 14:16

    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
    

提交回复
热议问题