In your local machine:
# make and apk and install it to the connected device
./gradlew installDebug
To test it with Docker (what circleci.yml does):
docker build -t circlebinder/android-application .
docker run -it circlebinder/android-application
This application is free software; you can redistribute it and/or modify it under the ters of the Apache License 2.0.