Skip to content

Building from source

Nichole Martinez edited this page Nov 25, 2022 · 5 revisions

Dependencies

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

Clone the repository

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

Build the project

./gradlew build

This generates .aar files which can be found in the core-lib/build/outputs/aar directory.

Notes

  • When using the library and an error occurred like class not found, make sure to import the require dependencies needed in your app build.gradle