diff --git a/platform/android/AndroidManifest.xml b/platform/android/AndroidManifest.xml
index 040663e..e20c328 100644
--- a/platform/android/AndroidManifest.xml
+++ b/platform/android/AndroidManifest.xml
@@ -11,7 +11,7 @@
 		android:normalScreens="true"
 		android:largeScreens="true"
 		android:anyDensity="true" />
-	<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="11"/>
+	<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="11"/>
 	<application
 		android:label="@string/app_name"
 		android:icon="@drawable/icon"
diff --git a/platform/android/jni/Application.mk b/platform/android/jni/Application.mk
index 60909b6..2451e34 100644
--- a/platform/android/jni/Application.mk
+++ b/platform/android/jni/Application.mk
@@ -8,13 +8,13 @@
 
 # Version X+1: armeabi-v7a (Much faster due to the availability of hardware
 # FP, but cannot be run in the emulator).
-APP_PLATFORM=android-8
-APP_ABI := armeabi-v7a
+#APP_PLATFORM=android-8
+#APP_ABI := armeabi-v7a
 
 # Version X+2: x86 (Requires android-9, so a change needs to be made in
 # AndroidManifest.xml too)
-#APP_PLATFORM=android-9
-#APP_ABI := x86
+APP_PLATFORM=android-9
+APP_ABI := x86
 
 # Version X+3: mips (Requires android-9, so a change needs to be made in
 # AndroidManifest.xml too)