diff --git a/CMakeLists.txt b/CMakeLists.txt
index 403456bc..d78bca01 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -104,8 +104,8 @@ endif()
# Android options
if(SFML_OS_ANDROID)
# make sure there's the android library available
- if (CMAKE_ANDROID_API LESS 9)
- message(FATAL_ERROR "Android API level (${CMAKE_ANDROID_API}) must be equal or greater than 9.")
+ if (CMAKE_ANDROID_API LESS 14)
+ message(FATAL_ERROR "Android API level (${CMAKE_ANDROID_API}) must be equal or greater than 14.")
endif()
# CMake doesn't support defining the STL to be used with Nsight Tegra, so warn the user
diff --git a/examples/android/AndroidManifest.xml b/examples/android/AndroidManifest.xml
index edee84f4..da0ae20c 100644
--- a/examples/android/AndroidManifest.xml
+++ b/examples/android/AndroidManifest.xml
@@ -7,11 +7,11 @@
-
-
+