Instructions and requirements on building and installning the application.
- Java 7
- Android SDK
- An Android Device
- Internet Connection
Please also note that this application has been developed for the Nexus 5 with an Android version of 4.4.4
The project uses gradle and there is a gradle file in the ~/otto/directory that can be used for compiling the project. Place yourself in the ~/otto/directory and run:
$ ./gradlew clean build
This should build the project and output an .apk file in ~/otto/app/build/outputs/apk directory
You now install this application by moving said .apk file into your device and clicking on it. Simple.