Current location - Quotes Website - Personality signature - What is Android App packaging?
What is Android App packaging?

Android App packaging refers to the process of compressing the APP source code into an apk package. The specific steps are as follows.

Tool: eclipse

In eclipse, "right-click" on the project -> Export.

Select the project that needs to be packaged, directly "Next", go to the keystone page

Next fill in the certificate information

Fill it in according to your own situation, click "Next" ", generate keystore, go to the next page:

Select the location where the APK file is generated, click Finish, complete, install the APK file on the phone and run it to see if it runs normally.

This is it, it’s all over!