To compile ORTE for Android you need: Android SDK, Android NDK, Java NDK, ant, make >= 3.81 The Android SDK+NDK could be obtained from http://developer.android.com. Then follow these steps to compile the app: 1) add to your $PATH following locations: :/tools 2) go to /tools and execute "android" 3) download "SDK Platform" for "API 15" - Android 4.0.3 4) execute "android update project -p orte/libaorte" and "android update project -p orte/contrib/Robot_Demo" 5) go to orte/libaorte and execute "ndk-build" - this builds native code 6) go to orte/contrib/Robot_Demo and execute "ant debug" - this will prepare Android .apk file signed with automatically generated debug key 7) the generated .apk is located in orte/contrib/Robot_Demo/bin/RoboDruid-debug.apk