Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Building MDM Android Agent project

kasundananjaya edited this page Jun 26, 2013 · 2 revisions

To build Android MDM Agent project follow these steps,

  1. Install eclipse IDE and add android SDK plug-in (Refer : http://developer.android.com/sdk/index.html)
  2. Open the downloaded git master project on eclipse using File->Import->General->Existing Projects into Workspace
  3. Refactor rename the project name to whatever the name you want (Ex: MDMAgent1.0)
  4. Import ActionBarSherlock project (Location: MDMAgent master project folder->plugins->ActionBarSherlock->libs) into your workspace (Import->Existing Android Code into Workspace) and make sure isLibrary checkbox is checked in the ActionBarSherlock project properties (Android properties).
  5. Go to MDM Agent project properties->Android->Inside the Library box, add ActionBarSherlock project as a reference.
  6. Go to CommonUtilities.java in src folder and change SERVER_URL to whatever the IP of your MDM server.
  7. Clean and build the project

Enjoy!

Clone this wiki locally