My understanding of the signature of the APK file in Android (1)

Source: Internet
Author: User

To publishProgramDevelopers need to use their own digital certificates to sign the APK package. There are two methods.

1. Use JDK and keytool (used to generate digital certificates) and jarsigner (used to sign digital certificates) in the command line to sign the APK package.

2. Use the ADT export wizard (wizard) for signature (if there is no digital certificate, you may need to generate a digital certificate ).

Previously, I wrote a blog about signature using method 1. However, using method 2 makes it easier for us to complete this process. In eclipse, right-click the application project and choose Android tools, as shown in:

 

 

Then, you can perform operations step by step, which is exactly the same as the operations under the command line. I will not repeat it here, and I will explain a lot about this on the Internet (I agree with it more often in method 2 ).

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.