device-mgt-plugins/product/modules/agents/android/client
2015-01-20 13:49:33 +05:30
..
assets andoid registration refactor and jax-rs basic implementation 2014-12-05 14:46:00 +05:30
bin xml element name changes of UI 2015-01-20 13:49:33 +05:30
libs andoid registration refactor and jax-rs basic implementation 2014-12-05 14:46:00 +05:30
plugins/ActionBarSherlock andoid registration refactor and jax-rs basic implementation 2014-12-05 14:46:00 +05:30
res xml element name changes of UI 2015-01-20 13:49:33 +05:30
src/org/wso2/cdm/agent added authentication response handler, comment fixes 2015-01-20 13:48:20 +05:30
AndroidManifest.xml andoid registration refactor and jax-rs basic implementation 2014-12-05 14:46:00 +05:30
lint.xml alert dialogs are invoked from the decleared once in dialog util 2014-12-10 17:59:10 +05:30
proguard-project.txt andoid registration refactor and jax-rs basic implementation 2014-12-05 14:46:00 +05:30
project.properties andoid registration refactor and jax-rs basic implementation 2014-12-05 14:46:00 +05:30
README.md andoid registration refactor and jax-rs basic implementation 2014-12-05 14:46:00 +05:30

WSO2 EMM Agent

Configure and build the Android client application

Follow the instructions below to configure and build the Android client application:

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