This is an android studio project
Make sure to install adb
A file called local.properties must be added to the root directory with a path to the android sdk like this:
sdk.dir=/Users/alexthornburg/adt/sdk
Now to compile and run
cd /your/project/directory
./gradlew build
(if app is already installed) adb -d uninstall io.pacmonitorandroid.app
adb -d install app/build/apk/app-debug-unaligned.apk
This logs data to a google cloud datastore instance and the json endpoints can be found here: