Skip to content

Packaging as AAR

Arnelle Balane edited this page Jan 21, 2021 · 2 revisions

Dependencies

Be sure to have the following build tools installed before proceeding:

Clone the repository

git clone https://github.com/idpass/idpass-lite-java.git

Package the project as AAR

cd android
./gradlew build

The build output can be found at android/aar/build/outputs/aar/idpass-lite-java-android-0.1.aar. Include this in the project to use it.

Clone this wiki locally