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

How to compile OS Monitor

eolwral edited this page Oct 31, 2013 · 10 revisions

Please follow steps like below

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

    • you only need "actionbarsherlock" when you import from ActionBarSherlock directory.
  2. Add "actionbarsherlock" as a library.
    Library.png

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

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