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/
Use Android Studio to build packages and run tests. Alternatively, make use of the Gradle Wrapper Scripts: gradlew or gradlew.bat.
After installing all the prerequisites, check that everything is working by running:
gradlew buildgradlew testgradlew.bat buildgradlew.bat test