I have never set any passwords to my keystore and alias, so how are they created?

后端 未结 6 1704
傲寒
傲寒 2020-12-07 07:32

As I was going through some posts on the Internet learning more about signing your Android app, I got post like how to sign the app, and something

6条回答
  •  执念已碎
    2020-12-07 08:35

    Keystore name: "debug.keystore"
    
    Keystore password: "android"
    
    Key alias: "androiddebugkey"
    
    Key password: "android"
    

    I use this information and successfully generate Signed APK.

提交回复
热议问题