mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Mention Open JDK in step by step exporting
This commit is contained in:
@@ -319,7 +319,7 @@ Before you can export your project for Android, you must download the following
|
||||
software:
|
||||
|
||||
* Android SDK: https://developer.android.com/studio/
|
||||
* Java JDK: http://www.oracle.com/technetwork/java/javase/downloads/index.html
|
||||
* Open JDK(version 8 is required, more recent versions won't work): https://adoptopenjdk.net/index.html
|
||||
|
||||
When you run Android Studio for the first time, click on *Configure -> SDK Manager*
|
||||
and install "Android SDK Platform Tools". This installs the `adb` command-line
|
||||
|
||||
@@ -47,9 +47,8 @@ Install a JDK
|
||||
|
||||
The Android SDK doesn't come with Java, so it needs to be installed manually.
|
||||
You need to install a Java SDK (**not** just the runtime or JRE).
|
||||
`OpenJDK 8 <https://adoptopenjdk.net/index.html>`__ is recommended.
|
||||
Oracle JDK 8 should also work. Later versions may not work for
|
||||
Android development.
|
||||
`OpenJDK 8 <https://adoptopenjdk.net/index.html>`__ is required, newer
|
||||
versions won't work.
|
||||
|
||||
Download the command-line tools
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user