mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
| .. | ||
| assets | ||
| bin | ||
| libs | ||
| plugins/ActionBarSherlock | ||
| res | ||
| src/org/wso2/cdm/agent | ||
| AndroidManifest.xml | ||
| proguard-project.txt | ||
| project.properties | ||
| README.md | ||
WSO2 EMM Agent
Configure and build the Android client application
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.