Just compiled but:
cc1plus: warning: unrecognized command line option "-Wno-unused-but-set-parameter"
Linking CXX static library ../../lib/libSample_SSAO.a
[100%] Built target Sample_SSAO
Scanning dependencies of target SampleBrowserDummy
[100%] Building CXX object Samples/Browser/CMakeFiles/SampleBrowserDummy.dir/dummy.cpp.o
Linking CXX shared module ../../lib/libSampleBrowserDummy.so
Updated and renamed default.properties to project.properties
Updated local.properties
No project name specified, using Activity name 'NativeActivity'.
If you wish to change it, edit the first line of build.xml.
Added file /home/michael/ogre/build/SampleBrowserNDK/build.xml
Added file /home/michael/ogre/build/SampleBrowserNDK/proguard-project.txt
/bin/sh: 1: ndk-build: not found
make[2]: *** [lib/libSampleBrowserDummy.so] Error 127
make[1]: *** [Samples/Browser/CMakeFiles/SampleBrowserDummy.dir/all] Error 2
make: *** [all] Error 2
michael@michael-ubuntu:~/ogre/build$
I've only added in CMakeCache.txt the path to OIS headers.
Well it crashes.

Any log or something to do? I've updated my Mini:
http://forum.xda-developers.com/showthr ... ?t=1636501
Thanks Wolfmanfx and evbd. keep up the good work.
PS: Extract of the log. How much RAM does this app need?
----------
I/ActivityManager( 1493): Start proc org.ogre3d.browser for activity org.ogre3d.browser/android.app.NativeActivity: pid=2339 uid=10076 gids={}
I/ActivityManager( 1493): Process com.google.android.googlequicksearchbox (pid 2207) has died.
E/AndroidRuntime( 2339): FATAL EXCEPTION: main
E/AndroidRuntime( 2339): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.ogre3d.browser/android.app.NativeActivity}: android.view.InflateException: Binary XML file line #26: Error inflating class com.android.internal.widget.ActionBarContainer
E/AndroidRuntime( 2339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2079)
E/AndroidRuntime( 2339): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2104)
E/AndroidRuntime( 2339): at android.app.ActivityThread.access$600(ActivityThread.java:132)
E/AndroidRuntime( 2339): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1157)
E/AndroidRuntime( 2339): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2339): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2339): at android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime( 2339): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2339): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2339): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime( 2339): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime( 2339): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2339): Caused by: android.view.InflateException: Binary XML file line #26: Error inflating class com.android.internal.widget.ActionBarContainer
E/AndroidRuntime( 2339): at android.view.LayoutInflater.createView(LayoutInflater.java:606)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:680)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.rInflate(LayoutInflater.java:739)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
E/AndroidRuntime( 2339): at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:2707)
E/AndroidRuntime( 2339): at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:2767)
E/AndroidRuntime( 2339): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:266)
E/AndroidRuntime( 2339): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:260)
E/AndroidRuntime( 2339): at android.app.Activity.setContentView(Activity.java:1855)
E/AndroidRuntime( 2339): at android.app.NativeActivity.onCreate(NativeActivity.java:161)
E/AndroidRuntime( 2339): at android.app.Activity.performCreate(Activity.java:4465)
E/AndroidRuntime( 2339): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
E/AndroidRuntime( 2339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2033)
E/AndroidRuntime( 2339): ... 11 more
E/AndroidRuntime( 2339): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 2339): at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 2339): at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.createView(LayoutInflater.java:586)
E/AndroidRuntime( 2339): ... 25 more
E/AndroidRuntime( 2339): Caused by: java.lang.ArrayIndexOutOfBoundsException: length=2; index=2
E/AndroidRuntime( 2339): at android.content.res.AssetManager.getPooledString(AssetManager.java:296)
E/AndroidRuntime( 2339): at android.content.res.TypedArray.loadStringValueAt(TypedArray.java:726)
E/AndroidRuntime( 2339): at android.content.res.TypedArray.getValueAt(TypedArray.java:711)
E/AndroidRuntime( 2339): at android.content.res.TypedArray.getDrawable(TypedArray.java:591)
E/AndroidRuntime( 2339): at android.view.View.<init>(View.java:2785)
E/AndroidRuntime( 2339): at android.view.ViewGroup.<init>(ViewGroup.java:385)
E/AndroidRuntime( 2339): at android.widget.FrameLayout.<init>(FrameLayout.java:99)
E/AndroidRuntime( 2339): at android.widget.FrameLayout.<init>(FrameLayout.java:95)
E/AndroidRuntime( 2339): at com.android.internal.widget.ActionBarContainer.<init>(ActionBarContainer.java:52)
E/AndroidRuntime( 2339): ... 28 more
W/ActivityManager( 1493): Force finishing activity org.ogre3d.browser/android.app.NativeActivity