From 0b8269935cfbc63ec3a93e1db9e2ea075b0cedbd Mon Sep 17 00:00:00 2001 From: skyace65 Date: Fri, 22 May 2020 09:54:40 -0400 Subject: [PATCH] Mention Open JDK in step by step exporting --- getting_started/step_by_step/exporting.rst | 2 +- getting_started/workflow/export/android_custom_build.rst | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/getting_started/step_by_step/exporting.rst b/getting_started/step_by_step/exporting.rst index cfc9e59e0..7f901962a 100644 --- a/getting_started/step_by_step/exporting.rst +++ b/getting_started/step_by_step/exporting.rst @@ -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 diff --git a/getting_started/workflow/export/android_custom_build.rst b/getting_started/workflow/export/android_custom_build.rst index b0ec4244d..1268765f4 100644 --- a/getting_started/workflow/export/android_custom_build.rst +++ b/getting_started/workflow/export/android_custom_build.rst @@ -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 `__ is recommended. -Oracle JDK 8 should also work. Later versions may not work for -Android development. +`OpenJDK 8 `__ is required, newer +versions won't work. Download the command-line tools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^