How can I create a keystore?

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

    This tutorial:

    http://techdroid.kbeanie.com/2010/02/sign-your-android-applications-for.html

    was very helpful for me the first time I had to create a keystore. It is simple but the instructions on developer.android.com are a little too brief.

    The part I was unsure about was where to save and what name to give the keystore file.

    I seems it doesn't matter where you put it just be sure to keep it safe and keep a number of backups. I just put it in my app directory

    Name the file "something.keystore" where something can be whatever you want. I used app_name.keystore, where app_name was the name of my app.

    The next part was what to name the alias. Again it doesn't seem to matter so again I just used the app_name again. Keep the passwords the same as you used before. Fill out the rest of the fields and you are done.

提交回复
热议问题