aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-06-26 14:37:48 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-06-26 20:06:32 +0000
commitc90d1c61ce1feee157dc25bc3fb49f993aca5c43 (patch)
tree10110955d9a7035e3881cc67e92506a7783f20e5 /doc
parent2caedc7134af558cabf9a23ed70bf1922662919d (diff)
Android: recommend AdoptOpenJDK in settings UI and docs
Show JDK downlaod button on Linux and point it to OpenJDK becuse it's the most used on Linux. Otherwise, recommend AdoptOpenJDK because it works on all platforms and easy to install as well. Change-Id: I94fd61262fe759b96db59a9e2abfbd063f6795f0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator/src/android/androiddev.qdoc8
-rw-r--r--doc/qtcreator/src/external-resources/external-resources.qdoc8
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/qtcreator/src/android/androiddev.qdoc b/doc/qtcreator/src/android/androiddev.qdoc
index 950fe6e9aa..6af2926a08 100644
--- a/doc/qtcreator/src/android/androiddev.qdoc
+++ b/doc/qtcreator/src/android/androiddev.qdoc
@@ -57,11 +57,11 @@
To use \QC to develop Qt applications for Android, you need the following:
\list
- \li \l{https://www.oracle.com/java/technologies/javase-jdk8-downloads.html}
- {Java SE Development Kit (JDK)} version 6 up to 8.
- You can also use \l{http://openjdk.java.net/}{OpenJDK} on Linux.
+ \li \l{AdoptOpenJDK} for all platforms. You can also use \l{OpenJDK}
+ on Linux.
- \note Android SDK Tools have issues with JDK versions later than 8.
+ \note Android SDK Tools versions <= 26.x have issues with JDK versions
+ later than 8. It is recommended to use the latest Command-line SDK Tools.
\li \l{http://www.gradle.org}{Gradle} for building application packages
(APK) and app bundles (AAB) for Android devices. Gradle is delivered
diff --git a/doc/qtcreator/src/external-resources/external-resources.qdoc b/doc/qtcreator/src/external-resources/external-resources.qdoc
index ba1517344f..9114cfe3ee 100644
--- a/doc/qtcreator/src/external-resources/external-resources.qdoc
+++ b/doc/qtcreator/src/external-resources/external-resources.qdoc
@@ -45,3 +45,11 @@
\externalpage https://doc.qt.io/QtForMCUs/qtul-getting-started-windows.html
\title Getting Started on Windows
*/
+/*!
+ \externalpage https://adoptopenjdk.net/
+ \title AdoptOpenJDK
+*/
+/*!
+ \externalpage http://openjdk.java.net
+ \title OpenJDK
+*/