This document shows the instructions on how to build and contribute to the SDK.
Android Studio or the Android SDK for CLI only
Java 11 or newer
Gradle 7.4.1 or newer
If you wish to use Android Studio then please follow the official guide to install and setup your environment. If you wish to install the minimal CLI tools only, then folow these steps to install the SDK and an emulator
In order to clone SDK repository properly perform cloning like in the following example:
git clone --recurse-submodules [email protected]:harness/ff-android-client-sdk.git
The SDK is built with gradle. Use the following commands to build
./gradlew build
./gradlew test