forked from community/device-mgt-plugins
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inosh-perera
40ee310f42
|
10 years ago | |
---|---|---|
.. | ||
assets | 10 years ago | |
bin | 10 years ago | |
libs | 10 years ago | |
plugins/ActionBarSherlock | 10 years ago | |
res | 10 years ago | |
src/org/wso2/cdm/agent | 10 years ago | |
AndroidManifest.xml | 10 years ago | |
README.md | 10 years ago | |
lint.xml | 10 years ago | |
proguard-project.txt | 10 years ago | |
project.properties | 10 years ago |
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.