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 Aug 20, 2015 · 10 revisions

Notice: You should compile it with Android Stuido, Ecslipse isn't supported now

Prerequisite

  • Android SDK
  • Android NDK
  • Android Studio

Steps

  1. Clone soruce code from GitHub
 git clone git@github.com:eolwral/OSMonitor.git
  1. Pull all git submoudles
cd OSMonitor
git submodule update --init --recursive
  1. Create a debug keystore
cd app
keytool -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999
  1. Import the project with Android Studio

  2. Setup the NDK

    • Open Module Settings for the project
    • Setup the current NDK directory

  3. Compile the project with Android Studio


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

Clone this wiki locally