0. git submodule init && git submodule update
   This will fetch libnunicode into jni/libnunicode

1. Install Java, Ant and stuff. If this step is not clear - google it.

2. Get Android SDK from http://developer.android.com/index.html
   Say into ~/android-sdks

3. Get Android NDK from http://developer.android.com/index.html
   Say into ~/android-ndk

4. ~/android-sdks/tools/android update project -p .
   This will generate local.properties files you need for Ant

5. echo "ndk.dir=~/android-ndk" >>local.properties
   This will configure NDK for the build

6. ant debug
   You got it under bin/compass-debug.apk
