The aar process of Android Studio packaged into release

I. Introduction

Continuing from the previous " The whole process of calling methods in java code in uni-app ", the aar packaged by java code is packaged in debug mode. This time, the aar process packaged into release is recorded.

2. Records of packing process

  1. The execution environment is android studio under Windows environment

  1. android studio open project

  1. Find Build-Make Project and execute

  1. Find the Terminal window and execute the statement: ./gradlew assembleRelease

  1. The packaging is successful, and the console displays BUILD SUCCESSFUL

  1. After the packaging is complete, you can find the packaged release aar file under the build-outputs-aar folder of the corresponding module

Guess you like

Origin blog.csdn.net/qq_38387996/article/details/128655883
Recommended