Android beginners how to package from eclipse

Source: Internet
Author: User

Set eclipse
Package the android project into an APK file is the content to be introduced in this article, mainly to understand and learn about eclipse
Android Package content, details about eclipse
For more information about Android content, see this article.
After the eclipse Android project is developed, it is necessary to package the android project file into an APK file and finally download it to the real machine for running. The following is a personal APK package process, which is recorded in text format.
In fact, the lazy way is to find the file directly in the bin directory of the eclipse project, which is an APK file automatically generated by the eclipse system.
1. Generate a keystore
Run the following command in the C: \ ProgramFiles \ Java \ jdk1.6.0 _ 10 \ bin> (JDK installation directory) directory:Keytool
-Genkey-alias Android. keystore-keyalg RSA-validity 100000-keystore Android. keystore

It indicates that-validity indicates the validity period of the certificate, which is set to 100000 days. The space and the Return key are counted as passwords.
After the command is executed, the android. keystore file is generated in the C: \ ProgramFiles \ Java \ jdk1.6.0 _ 10 \ bin> directory. -1
Figure-1 generate Android. keystore under the command line
2. Eclipse Android generates an APK File
Select the project to be packaged, right click-> androidtools-> exportsignedapplicationpackage... -2
Figure 2
Eclipse Android packaging Tool
The next step is continuous next. Only the image is pasted below, which is not explained.
Step 2: select a packaged Project
Step 3: select the generated eclipse
Android. keystore file and enter the password
Step 4: Select aliaskey and enter the password
Step 5: Finally select the Directory and file name for generating the androidapk File
The final APK file.

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.