You will need to use either Android Studio or the command-line tools to install this. The easiest way to get started is by using homebrew to install the android sdk.
brew install androidandroid update sdk --no-uiexport ANDROID_HOME=/usr/local/opt/android-sdkecho sdk.dir=$ANDROID_HOME >>local.properties
gradle clean assemble to build the android package.
Use adb to install a new copy of the example onto your connected device.
adb install -r examples/denominator-example-android/build/apk/denominator-example-android-debug-unaligned.apk
If the configured provider has credentials, you can enter them via the menu button. On refresh, a zone list should be emitted. You can use adb logcat to view any stack traces as necessary.