This is an old revision of the document!
This document needs to be checked for correctness.
There are two ports of Orx on Android that are available for developers:
Native does not refer to the use of the NDK and C++ code. In that sense, both of the ports are native.
Native refers to NativeActivity, how the draw surface is laid out.
The differences are:
In the Orx project file tree, there are both Android and Android-Native versions of:
orx/code/build/android and orx/code/build/android-nativeorx/code/demo/android and orx/code/demo/android-native
For any instructions regarding building the android or android demo, if you want to build the android-native version, just substitute: android for android-native. The method to set up either is the same.