Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 737 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 737 Bytes

Amahi Android App

This repository contains the source code for the Amahi Android app.

Building

You will need JDK 1.6, Android SDK 22 and Gradle 1.12 installed.

  1. 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
  1. Install VLC dependency using this project.

  2. Set API information.

$ vim api.properties
url.amahi = URL
url.proxy = URL
client.id = ID
client.secret = SECRET
  1. Build application.
$ gradle clean assembleDebug