浏览代码

Move OpenJDK installation before Android SDK in Exporting for Android (#5988)

sublimemm 3 年之前
父节点
当前提交
c7b23ff7ae
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      tutorials/export/exporting_for_android.rst

+ 5 - 4
tutorials/export/exporting_for_android.rst

@@ -13,6 +13,11 @@ Exporting for Android
 Exporting for Android has fewer requirements than compiling Godot for Android.
 Exporting for Android has fewer requirements than compiling Godot for Android.
 The following steps detail what is needed to set up the Android SDK and the engine.
 The following steps detail what is needed to set up the Android SDK and the engine.
 
 
+Install OpenJDK 11
+------------------
+
+Download and install  `OpenJDK 11 <https://adoptium.net/?variant=openjdk11>`__.
+
 Download the Android SDK
 Download the Android SDK
 ------------------------
 ------------------------
 
 
@@ -43,10 +48,6 @@ Download and install the Android SDK.
     If you are using Linux,
     If you are using Linux,
     **do not use an Android SDK provided by your distribution's repositories as it will often be outdated**.
     **do not use an Android SDK provided by your distribution's repositories as it will often be outdated**.
 
 
-Install OpenJDK 11
-------------------
-
-Download and install  `OpenJDK 11 <https://adoptium.net/?variant=openjdk11>`__.
 
 
 Create a debug.keystore
 Create a debug.keystore
 -----------------------
 -----------------------