Build instructions
-
Install needed tools to build the project:
-
Go to root directory and run
gradle build
. After build is finished, apk file can be found under~/app/build/outputs/apk/app-debug.apk
-
Or run
gradle installDebug
to build and install app on plugged android device