Android Java Wrapper

TODO

Android Libraries

Setup Keychain Core for Android in Android Studio

First set up your Android project to download Keychain’s packages from Keychain’s Jfrog repository. By doing this, the project will be able to automatically import versions of Keychain packages and control which packages and dependencies to integrate.

1. Add JFrog to the dependencies section of the project’s build.gradle file

2. Add the maven URL to the project’s build.gradle file

3. Import the latest release version of the Keychain Core for Android in the app’s build.gradle file

4. Sync gradle and rebuild your project.

See the gradle files in the chat solution accelerator repository Chat solution accelerator repo for an example.