Bläddra i källkod

fix sdk and ndk version in documentation (#320)

Alexey Gulev 2 år sedan
förälder
incheckning
037c32499f

+ 1 - 1
docs/en/faq/faq.md

@@ -62,7 +62,7 @@ A: The following platforms are supported for the editor/tools and the engine run
   | Ubuntu 18.04 (64 bit)(1)   | Editor               |
   | Linux (64 bit)(2)          | Runtime              |
   | iOS 9.0                    | Runtime              |
-  | Android 4.1 (API level 16) | Runtime              |
+  | Android 4.4 (API level 19) | Runtime              |
   | HTML5                      | Runtime              |
 
   (1 The editor is built and tested for 64-bit Ubuntu 18.04. It should work on other distributions as well but we give no guarantees.)

+ 2 - 2
docs/en/manuals/extensions-details.md

@@ -21,7 +21,7 @@ When creating libraries (such as extensions), it's good to keep the lowest commo
 
 For the most accurate list of versions, check the [build.py](./scripts/build.py).
 
-* Android: NDK 20r, Build Tools 23.0.2, Api Level 16 for armv7 and Api level 21 for arm64
+* Android: NDK r25b, Build Tools 33.0.1, Api Level 19 for armv7 and Api level 21 for arm64
 * iOS: iPhoneOS13.5.sdk
 * macOS: MacOSX10.15.sdk
 * Windows: WindowsKits 10.0, Microsoft Visual Studio 2019
@@ -31,7 +31,7 @@ For the most accurate list of versions, check the [build.py](./scripts/build.py)
 ### C++ version + ABI compatibility
 
 * Linux: `clang 9`
-* Android:`clang` using `NDK r20`
+* Android:`clang` using `NDK r25b`
 * Html5: `Emscripten 1.39.16`
 * Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
 * iOS/macOS: `apple-clang` (`clang 9` on build server)

+ 1 - 1
docs/es/faq/faq.md

@@ -62,7 +62,7 @@ A: Las siguientes plataformas tienen soporte para el editor/herramientas y el ru
   | Ubuntu 18.04 (64 bit)(1)   | Editor               |
   | Linux (64 bit)(2)          | Runtime              |
   | iOS 9.0                    | Runtime              |
-  | Android 4.1 (API level 16) | Runtime              |
+  | Android 4.4 (API level 19) | Runtime              |
   | HTML5                      | Runtime              |
 
   (1 El editor fue creado y probad para 64-bit Ubuntu 18.04. Debe funcionar en otras distribuciones pero no damos garantía de ello.)

+ 1 - 1
docs/pt/faq/faq.md

@@ -51,7 +51,7 @@ R: As seguintes plataformas são suportadas para o editor/ferramentas e o tempo
   | Ubuntu 18.04 (64 bit)(1)   | Editor               |
   | Linux (64 bit)(2)          | Runtime              |
   | iOS 9.0                    | Runtime              |
-  | Android 4.1 (API level 16) | Runtime              |
+  | Android 4.4 (API level 19) | Runtime              |
   | HTML5                      | Runtime              |
 
   (1 O editor é construído e testado para Ubuntu 18.04 64-bit. Deve funcionar em outras distribuições também, mas não damos garantias.)

+ 2 - 2
docs/ru/manuals/extensions-details.md

@@ -21,7 +21,7 @@ brief: В этом руководстве описаны некоторые по
 
 Для получения наиболее точного списка версий проверьте с помощью [build.py](./scripts/build.py).
 
-* Android: NDK 20r, Build Tools 23.0.2, Api Level 16 for armv7 and Api level 21 for arm64
+* Android: NDK r25b, Build Tools 33.0.1, Api Level 19 for armv7 and Api level 21 for arm64
 * iOS: iPhoneOS13.5.sdk
 * macOS: MacOSX10.15.sdk
 * Windows: WindowsKits 10.0, Microsoft Visual Studio 2019
@@ -31,7 +31,7 @@ brief: В этом руководстве описаны некоторые по
 ### C++ версия + ABI совместимость
 
 * Linux: `clang 9`
-* Android:`clang` using `NDK r20`
+* Android:`clang` using `NDK r25b`
 * Html5: `Emscripten 1.39.16`
 * Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
 * iOS/macOS: `apple-clang` (`clang 9` on build server)

+ 1 - 1
docs/zh/faq/faq.md

@@ -61,7 +61,7 @@ brief: 有关 Defold 游戏引擎和编辑器及平台的常见问题和解答.
   | Ubuntu 18.04 (64 bit)(1)   | 编辑器                |
   | Linux (64 bit)(2)          | 游戏引擎              |
   | iOS 9.0                    | 游戏引擎              |
-  | Android 4.1 (API level 16) | 游戏引擎              |
+  | Android 4.4 (API level 19) | 游戏引擎              |
   | HTML5                      | 游戏引擎              |
 
   (1 编辑器在 64-bit Ubuntu 18.04 平台上通过编译和测试. 其他版本应该同样可以运行但是未经过测试.)

+ 2 - 2
docs/zh/manuals/extensions-details.md

@@ -24,7 +24,7 @@ brief: 本教程介绍了有关编译系统用来编译原生扩展的一些细
 
 ### SDK 版本
 
-* Android: NDK 20r, Build Tools 23.0.2, Api Level 16 for armv7 and Api level 21 for arm64
+* Android: NDK r25b, Build Tools 33.0.1, Api Level 19 for armv7 and Api level 21 for arm64
 * iOS: iPhoneOS13.5.sdk
 * macOS: MacOSX10.15.sdk
 * Windows: WindowsKits 10.0, Microsoft Visual Studio 2019
@@ -34,7 +34,7 @@ brief: 本教程介绍了有关编译系统用来编译原生扩展的一些细
 ### C++ 版本 + ABI 兼容
 
 * Linux: `clang 9`
-* Android:`clang` using `NDK r20`
+* Android:`clang` using `NDK r25b`
 * Html5: `Emscripten 1.39.16`
 * Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
 * iOS/macOS: `apple-clang` (`clang 9` on build server)