Skip to content

mkvisakan/AUDLAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

AUDLAndroid

Android application for AUDL

Building and Running the application

Requirements:

  1. Setup ADT bundle with eclipse
  1. Further instructions in http://developer.android.com/sdk/installing/bundle.html
  1. Git installed (you can do the following stuff without git but I'm not going to show how).
  1. Use Egit plugin for eclipse from http://www.eclipse.org/egit/download/

Download and install:

  1. Clone the repository at https://github.com/mkvisakan/AUDLAndroid.git. Use the instructions in https://wiki.eclipse.org/EGit/User_Guide.
  1. Build the application using eclipse
  1. Create a new virtual device
  1. Use the default emulator (or)
  1. Download the genymotion emulator from https://cloud.genymotion.com/page/launchpad/download/. This seems to be faster than the default emulator in the ADT bundle.
  1. Run the application using eclipse

Git Repository Link:

git clone https://github.com/mkvisakan/AUDLAndroid.git

Detailed Instructions :

Further instructions on building and running using eclipse : http://developer.android.com/tools/building/building-eclipse.html

Further instructions on building and running using command line : http://developer.android.com/tools/building/building-cmdline.html