How can I create a keystore?

后端 未结 11 1276
北恋
北恋 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:28

    You can create your keystore by exporting a signed APK. When you will try to export/build a signed APK, it will ask for a keystore.

    You can choose your existing keystore or you can easily create a new one by clicking create new keystore

    Here a link very useful and well-explained of how to create your keystore and generate a signed APK

    THis link explained how to do it with Android Studio, but if I remember, it is pretty similar on Eclipse

    WATCH OUT

    Once you generate your keystore, keep it somewhere safe because you will need it to regenerate a new signed APK.

    How do I export a project in the Android studio?

提交回复
热议问题