How to build and run the application in Eclipse:
- Open Eclipse.
- Make sure the Android SDK is set (http://developer.android.com/sdk/eclipse-adt.html#installing).
- Navigate to File > Import.
- Select "Projects from Git" from the Git folder.
- Click "Next".
- If the project has not been cloned/pulled, yet:
a. Click "Clone".
b. Type (copy/paste) the project repository location into the URI box (located on GitHub.com project home page).
c. Click "Next".
d. Make sure "master" is checked. Then click "Next".
e. Select a local destination for the project.
f. Click "Finish".
If the project has already been pulled:
a. Click "Add".
b. Browse to the parent directory of the project.
c. Click "Search".
d. Select the allplayers-android project and click "Ok".
- Click "Next".
- Select "Import Existing Projects" and then click "Next".
- Click "Finish".
- Navigate to File > Clean and click "Ok".
- Make sure the project is set as the main project and click the green run arrow.
- Select "Run as Android Application".
- Create an AVD with the target as Google APIs - API level 10.
- At this point, you may have to re-run the application for it to use the new AVD.
- The AVD should be running and the application is installed.