This document describes the Test SDK for the Android platform. The document describes the main Test Android SDK interface functions.
Minimum supported version is minSdkVersion 16
- Add the SDK to your build.gradle
repositories {
jcenter()
}
and
compile 'com.blabla:bla:+'
- Implement in the application
The semantics of Test SDK.
We <3 open source software, that’s why we open sourced our Test SDK for Android implementation.
The following tasks may be useful during SDK development.
$ ./gradlew install$ ./gradlew cAT -i$ ./gradlew javaDoc