It is necessary to make a JAR file from the library. The documentation is written: run the command

./gradlew jarRelease

The question is where to enter it?) I use Android-studio

    2 answers 2

    Go through the command line to the project root (there should be a file gradlew.bat ), and enter this command there ( gradlew jarRelease ), for example:

    enter image description here

    As a result, you should see the following output on the command line:

    enter image description here

    Android Studio is not needed in this case.

      This can be done through the GUI of the studio - at the top right, the gradle - build tab