The easiest way to build the app is through Android Studio (requires Flamingo or newer). Gradle will install all the necessary dependencies.
Alternatively you can run the build from a command line with:
./gradlew assembleDebug
Tests are places under app/src/test
and app/src/androidTest
. To run unit
tests execute:
./gradlew test
or for running instrumented tests:
./gradlew connectedAndroidTest