Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.17 KB

build.md

File metadata and controls

32 lines (23 loc) · 1.17 KB

Building ff-android-client-sdk

This document shows the instructions on how to build and contribute to the SDK.

Requirements

Android Studio or the Android SDK for CLI only
Java 11 or newer
Gradle 7.4.1 or newer

Setup Android SDK

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

Cloning the SDK repository

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

Build the SDK

The SDK is built with gradle. Use the following commands to build

./gradlew build

Executing tests

./gradlew test