Update: 2015-02-18 – ndk version
You can now compile OGRE3D using NDK and the OGRE branch version 1.9. Ive followed the instruction in OGRE wiki for compiling for Android but got stuck several times in several areas and almost just give up. Im new to Android specially using the NDK and all of this just overwhelmed me. So this is a step by step guide Ive decided to make on how to compile OGRE for people that are like me, new to Android.
Requirements:
- Android SDK
As of this writing Eclipse is now bundled with the SDK. - Android NDK (make sure to download one of the following versions: r8e, r8d, r8b, r7c, r7b, r7, r6b, r6, r5c, r5b, r5. Check my comment below for more info)
- OGRE 1.9 Source
As of this writing 1.9 is not officially released yet. This link points to the BitBucket OGRE source branch. - OGRE Dependencies
- CMake
- MinGW
Recent Comments