Follow the instructions below to configure and build the Android client application:
- Get a Git clone of the project.
- Download Android ADT plugin and configure it in your Eclipse.
- Open the project in your Eclipse IDE.
- Import the project as an Android project using "File-->Import-->Existing Android Code Into Workspace"
- Two projects will show, a library and the agent. Clean the Library first and build it.
- Open the file properties of the Agent project.
- Under "Android" scroll down (past the Build targets).
- The library project will show with a red "X" next to it. Remove it.
- Add the library project you just built in step 3
- Ensure the Library is also on your "Java Build Path" under Libraries.
- Clean and build.