Android application for AUDL
- Setup ADT bundle with eclipse
- Further instructions in http://developer.android.com/sdk/installing/bundle.html
- Git installed (you can do the following stuff without git but I'm not going to show how).
- Use Egit plugin for eclipse from http://www.eclipse.org/egit/download/
- Clone the repository at https://github.com/mkvisakan/AUDLAndroid.git. Use the instructions in https://wiki.eclipse.org/EGit/User_Guide.
- Build the application using eclipse
- Create a new virtual device
- Use the default emulator (or)
- 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.
- Run the application using eclipse
git clone https://github.com/mkvisakan/AUDLAndroid.git
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