Skip to content

Building from source

Arnelle Balane edited this page Jan 5, 2021 · 3 revisions

Dependencies

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

Clone the repository

git clone https://github.com/idpass/smartscanner-android.git

Build the project

./gradlew build

This generates .aar files which can be found in the app/build/outputs/aar directory. Include these in your project to use them.

Clone this wiki locally