Use Android Studio to create a release package

      Packaging with Android Studio

 选  Build - Generate Signed Bundle / APK

     

Choose to play aab and apk, choose apk here, as for the difference between aab and apk packages, you can see the difference between AAB and APK packages

For the first packaging, we don't have our own signature, we need Studio to help us generate our own signature

To create a signature, generally put the signature in the project directory for easy search, and the naming should also be standardized

Set the password, two passwords, one signature password, one alias password, fill in the developer information casually, here fill in the last name as: Test

Click OK and the system will generate the signature file for us

Now we re-enter the page just now, enter the password we just set, and we can pack with one click

Press Finish to see our release package in the app - release directory.

As for the signed version, there are currently four versions of V1.2.3.4. Please refer to the difference

One article to understand Android signature v1, v2, v3, v4, all of them are v4?

Guess you like

Origin blog.csdn.net/Leo_Liang_jie/article/details/120511352