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

How to compile OS Monitor

eolwral edited this page Jan 11, 2014 · 10 revisions

Please follow steps like below

  1. Fetch all necessary projects from GitHub
  1. Import three projects with Eclipse. (Please install ADT, SDK and NDK first)

  2. Add "android-support-v7-appcompat" and "Volley" as libraries.

  3. Add a build step on your project settings or you can execute this batch file after you complied the project.

If you are using Mac or Linux, please create a new shell script bases on "install_binary.bat", you must make sure all required binary move to asset directory with current file name, otherwise it won't work.

  1. Build all project and export your own APK.

If you still have troubles when compiling project, please contact me.

Clone this wiki locally