Project Setup
Add Accura SDK's to your App
Step 1: Add the JitPack repository
In your root-level (project-level) Gradle file (
<project>/build.gradle
)Add the token to
gradle.properties
Step 2: Add dependency
In your module (app-level) Gradle file (usually <project>/<app-module>/build.gradle
), add the dependencies for the Accura Products.
Step 3: Required Adanced setup as per requirement
Add some more setup in your module (app-level) Gradle file (usually <project>/<app-module>/build.gradle
), for the Accura Products.
Specify CPU architectures as per your Requirement.
Add Packaging option for some
.so
files, for multiple Accura Products
Note: Add Packaging options are required for multiple Accura Products used in same Project
Last updated