Skip to content

yan7758521/android-1

 
 

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.

You will need JDK 1.7+ installed to work with it. Gradle, Android SDK and project dependencies will be downloaded automatically.

Building the app

  1. 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.

  2. Set API information.

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

Generating the documentation

  1. Install Android documentation.
$ android update sdk --no-ui --force --all --filter doc-21
  1. Generate the documentation.
$ ./gradlew clean assembleDebug generateDebugJavadoc

About

Amahi Android App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%