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.
device-mgt-plugins/product/modules/mobileservices/agents/android/client
inosh-perera 1f489c8d62
Merge branch 'master' of https://github.com/geethkokila/product-cdm
10 years ago
..
assets Fixing git repo issues 10 years ago
bin Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
libs Fixing git repo issues 10 years ago
plugins/ActionBarSherlock Fixing git repo issues 10 years ago
res Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
src/org/wso2/cdm/agent Merge branch 'master' of https://github.com/geethkokila/product-cdm 10 years ago
AndroidManifest.xml Fixing git repo issues 10 years ago
README.md Fixing git repo issues 10 years ago
lint.xml Fixing git repo issues 10 years ago
proguard-project.txt Fixing git repo issues 10 years ago
project.properties Fixing git repo issues 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:

  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.