Skip to content

mattman73/android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Amahi Android App

Resources

License

Stars

Watchers

Forks

Packages

No packages published