This tutorial assumes that you already have successfully installed latest Android SDK and NDK. This tutorial explains how to build orx for android 2.3 and up using NativeActivity
1. Clone orx svn
cd <MY_LIBS> svn co https://orx.svn.sourceforge.net/svnroot/orx/trunk orx
2. Compile orxTest sample
cd <MY_LIBS>/orx/code/demo/android-native export NDK_MODUEL_PATH=<MY_LIBS> ndk-build
3. Import project in Eclipse
Import an existing project into Workspace browse to <NDK_ROOT>/sources/orx/code/demo/android-native let eclipse build the project and deploy on your device