tree: 019becb308435b902ee5eb4843b7698ffd4d7587 [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
common/README.md

Building and running tests

The common (non-UI) parts of libaddressinput are built and run using the Gradle project automation tool:

https://developer.android.com/build http://www.gradle.org/

Prerequisite dependencies for using Gradle

Use Android Studio to build packages and run tests. Alternatively, make use of the Gradle Wrapper Scripts: gradlew or gradlew.bat.

Building and Running

After installing all the prerequisites, check that everything is working by running:

On Linux / Unix / Mac
  • gradlew build
  • gradlew test
On Windows
  • gradlew.bat build
  • gradlew.bat test