Amahi Android App
This repository contains the source code for the Amahi Android app.
You will need JDK 1.7+ installed to work with it. Gradle, Android SDK and project dependencies will be downloaded automatically.
Building the app
-
Install the LibVLC.
We have a pre-compiled tarball of LibVLC for Android if you rather not have to compile the whole library. It contains a
.m2
folder that should be placed in your${HOME}
directory. -
Set API information.
$ vim api.properties
url.amahi = URL
url.proxy = URL
client.id = ID
client.secret = SECRET
- Build the application.
$ ./gradlew clean assembleDebug
Generating the documentation
- Install Android documentation.
$ android update sdk --no-ui --force --all --filter doc-21
- Generate the documentation.
$ ./gradlew clean assembleDebug generateDebugJavadoc