To publish an Android application, you must sign it. Take a look at the specific steps:
1. Enter Project-options:
2. Open the Options window , select Provisioning, where you can select a signature file for the target platform, or you can 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 exists, and you don't have to set it up, which is why we have to build a new Android project that we can run on the simulator without having to sign the signature when it is really released.
2.2, to make a new signature for the release, select target for releases 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, you can also use the file Edit button to enter.
Save, return to create a new Keystore/alias, and then enter password and check password, click Next, to complete the next step of information, fill out every time, point finish, the new signature file is built.
After the completion of the reminder, feel superfluous.
Click OK, automatically use the newly produced signature file, to fill in the relevant projects, the following figure:
OK, it's done!
For the signature file, you can reuse, in order to reuse a signature file, to remember the password of the signature file, so the password entered above, to remember!