Hi all,
once again, I had to change the way orx is built, both for android and android-native.
Now orx is build as a static library in the code/build directory instead of built with the application.
I've updated the wikis for both versions.
In short.
In the application Android.mk, you need to change the last line to
$(call import-module,orx/code/
lib/static/android) for android
and
$(call import-module,orx/code/
lib/static/android-native) for android-native
but you also need to build orx and install it in code/lib directory.
very easy
cd orx/code/build/android(-native)
ndk-build
./install.sh
and you are done, this step needs only to be done once
if you need help dont hesitate to ask
lydesik
PS: I hope it's the last time I need to make theses changes and break your current setup. sorry