开发者

What is key when exporting signed app?

When I use IntelliJ IDEA to export signed Android app, I have option to generate one private keystore and many keys within it.

What is the function 开发者_如何学Goof these keys? Should I generate a new key for each app update and name it accordingly?

At the moment I am generating one keystore for each app.


Another question: When creating a new key, is the info from the image optional or obligatory?

What is key when exporting signed app?


1- What is the function of these keys?

The Android system will not install or run an application that is not signed appropriately. This applies wherever the Android system is run, whether on an actual device or on the emulator. For this reason, you must set up signing for your application before you will be able to run or debug it on an emulator or device.

2- Should I generate a new key for each app update and name it accordingly?

no need to generate new key for each app. Yo can use the existing key that you have previously generated.

3- When creating a new key, is the info from the image optional or obligatory?

Yes this is optional. You have provide this information.

for more information..http://developer.android.com/guide/publishing/app-signing.html


Remember the key and password for one app and store keystore in one place. Everytime for any app while it asks you for signing keys ... give the location for the keystore where you have stored your keystore. You don't have to create it everytime.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜