This repository contains the source code for the Amahi Android app.
You will need JDK 1.6, Android SDK 22 and Gradle 1.12 installed.
- Install Android components.
$ android update sdk --no-ui --force --all --filter build-tools-20
$ android update sdk --no-ui --force --all --filter android-19
$ android update sdk --no-ui --force --all --filter extra-android-m2repository
-
Install VLC dependency using this project.
-
Set API information.
$ vim api.properties
url.amahi = URL
url.proxy = URL
client.id = ID
client.secret = SECRET
- Build application.
$ gradle clean assembleDebug