Delphi XE5 graphic for Android applications to create signatures
Http://blog.sina.com.cn/s/blog_44fa172f0101nesq.html
Http://www.newasp.net/tech/72594.html
Delphi XE5 graphic for Android applications to create signatures
To publish an Android app, you must sign it. Take a look at the specific procedure:
1. Enter Project-options:
2. Open the Options window and select Provisioning, where you can select a signature file for the target platform or generate a new signature file.
2.1 Select the target platform, you can set the signature for Dubug or release, by default, the debug signature file is present, can not be set, this is the reason we build a new Android project, you can run on the simulator without signing it, it is necessary to do the signature when it is actually released.
2.2, to make a new signature for the release, select target for Release configuration Android platform. Then, with the new Keystorer button, open the window:
2.3, in the Create a new Keystore/alias window, enter the new file name, or you can use the file Edit button to enter.
After saving, return to create a new Keystore/alias, and then enter the password and check password, click Next, the next step to fill in the information, fill out every time, point to finish, the new signature file was built.
After completion will also prompt, feel superfluous.
Click OK to automatically use the newly created signature file to fill in the relevant items, such as:
Click OK, it's done!
For signature files, can be reused, in order to reuse a signature file, to remember the signature file password, so enter the password, to remember!
Delphi XE5 graphic for Android applications to create signatures