The Android project is packaged to generate an apk file

Android development package generates APK file

There are two types of packaged apk files

  1. apk without key
  2. apk with key (regular)

The only difference between them is security.

1. APK without key

Please add a picture description
After clicking, an APK without a key will be automatically generated.Please add a picture description

This pop-up window will appear in the lower right corner of the editor, click location will help you find the filePlease add a picture description

2. APK with key

1. Find the build
Please add a picture description

2. Check the APK and click next
Please add a picture description
3. If the pop-up window is blank, it means that there is no key and you need to create it yourself. The
Please add a picture description
specific information is as follows,
Please add a picture description
just like this
Please add a picture description
, click ok after filling all the fields, and that’s it. Please add a picture description
Click next Please add a picture description
V1 and V2 can be checked or not.

After clicking Finish, click location in the lower right corner to find the packaged APK,
Please add a picture description
and finally this file will come out.
Please add a picture description

Guess you like

Origin blog.csdn.net/weixin_58092393/article/details/127413116
Recommended