Mention Open JDK in step by step exporting

This commit is contained in:
skyace65
2020-05-22 13:22:37 -04:00
parent e6366b8645
commit 0b8269935c
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^