Android: Update min required NDK version

It needs to have the now recommended clang toolchain,
r10e is at least no longer supported since this commit [0],
I bumped to a known working version (could be that r12 works too).

[0] https://github.com/godotengine/godot/commit/b18ff942be0dd89bda32e01cc30a41c196fc9290
(cherry picked from commit 09b78d075f)
This commit is contained in:
Rémi Verschelde
2017-01-08 12:45:09 +01:00
parent 48ae651e64
commit 4fbd40332a
+1 -1
View File
@@ -26,7 +26,7 @@ For compiling under Windows, Linux or OSX, the following is required:
- [Windows only] PyWin32 (optional, for parallel compilation)
- Android SDK version 23.0.3 [Note: Please install all Tools and Extras of sdk manager]
- Android build tools version 19.1
- Android NDK r10e or later
- Android NDK r13 or later
- Gradle (will be downloaded and installed automatically if missing)
- JDK 6 or later (either OpenJDK or Oracle JDK) - JDK 9 is untested as of now