Reference Address: http://www.jb51.net/article/42618.htm
The first step is to select the item that needs to be packaged in eclipse and then right-select export, which will pop up a packaged prompt, as shown in.
After pressing Next, a prompt box will continue to appear, where you can select the items you want to package (by default, just selected) such as:
After pressing next, a prompt about "Keystore" will pop up, select "Create new Keystore" and browse and select the path to save the signature file.
(about the principle of keystore, function, etc. here for the time being not to elaborate, please make sure to save the signature file before you publish, very important. ) as shown in the following:
Note here that the name of the signature file, cannot be overwritten with the duplicate file that already exists in the directory (the directory to be saved to), or the next step cannot be made.
After pressing Next, the Prompt box appears as follows: Fill in the relevant information according to your actual situation and needs. Select the path to export the APK file and click Finish.
In this way, you can easily pack and sign your own app!
About the role of signature files, and how to protect their own app copyright, how to upgrade their own apps, how to upload their own apps to the major markets to provide download ...
Follow-up articles will be explained in detail. We welcome your attention.
20150608_andriod Publishing method