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)allprojects { repositories { ... maven { url 'https://jitpack.io' credentials { username authToken } } } }Add the token to
gradle.propertiesauthToken=jp_ssguccab6c5ge2l4jitaj92ek2
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
.sofiles, for multiple Accura Products
Last updated