How to include Mobilyzer?

Eclipse

You need Eclipse or ADT bundle to integrate Mobilyzer into your Android apps.

  1. Clone the Mobilyzer library project and modified ExoPlayer library and import them into your Eclipse workspace.
  2. Add a reference to the ExoPlayer project in the Mobilyzer library (Right cliek on Mobilyzer Project -> Properties -> Android -> Add ExoPlayer as a Reference).
  3. Add a reference to the Mobilyzer project in your app.
  4. Add manifestmerger.enabled=true to your application's project.properties.
  5. Add google play service library to your project (Setting Up Google Play Services)
  6. Add all the jar files in libs folder to your build path.

Android Studio

Coming soon.

How to use the library?

How to issue a measurement task?

How to retrive the results?