I had a go at building Ogre 1.10.0unstable (17 October) for Android and it went pretty well I must say. (Minor tweak needed).
My configuration:
- Windows 7, MSVC9 "2008"
- Apache Ant 1.9.3
- ADT Windows x86 20140702
- Android NDK R10B
- CMake 2.8.12.1
- Hardware: Sony Xperia Z2
Code: Select all
cmake -G"NMake Makefiles" -DCMAKE_TOOLCHAIN_FILE=..\CMake\toolchain\android.toolchain.cmake -DOGRE_DEPENDENCIES_DIR=..\AndroidDependencies -DANDROID_NATIVE_API_LEVEL=9 ..
nmake
Anyway, SampleBrowser works impressively, though the UI is gawddamn tiny on a Full HD screen

The JNISample is great in Full HD though
