瀏覽代碼

Update Compiling for Android JDK version specification

Marcel Admiraal 3 年之前
父節點
當前提交
6c08a1b55b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      development/compiling/compiling_for_android.rst

+ 1 - 2
development/compiling/compiling_for_android.rst

@@ -31,9 +31,8 @@ For compiling under Windows, Linux or macOS, the following is required:
       **do not use an Android SDK provided by your distribution's repositories as it will often be outdated**.
 
 -  Gradle (will be downloaded and installed automatically if missing).
--  JDK 8 (either OpenJDK or Oracle JDK).
+-  JDK 11 (either OpenJDK or Oracle JDK).
 
-   -  JDK 9 or later are not currently supported.
    -  You can download a build from `ojdkbuild <https://github.com/ojdkbuild/ojdkbuild>`_.
 
 .. seealso:: For a general overview of SCons usage for Godot, see