aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-10-13 11:40:50 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-10-13 10:43:16 +0000
commit5ce499ce6525a9e687128329e3109cc6508c9d0e (patch)
tree4d42f2e38ded6b79a022ab8c1c6226ab1bf75168 /doc
parentb1a8743f6c76b0e19d05e78147b55721b74dd01a (diff)
Doc: Update docs after Ant support was removed
Gradle is now used for building APKs. Change-Id: I9ccecac39b70ada5ef1b63a7311ad9187ba0d6b9 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-options-android1.pngbin28394 -> 53182 bytes
-rw-r--r--doc/src/android/androiddev.qdoc24
-rw-r--r--doc/src/qtquick/creator-mobile-app-tutorial.qdoc8
3 files changed, 8 insertions, 24 deletions
diff --git a/doc/images/qtcreator-options-android1.png b/doc/images/qtcreator-options-android1.png
index a6086790f5..9b5d3ff039 100644
--- a/doc/images/qtcreator-options-android1.png
+++ b/doc/images/qtcreator-options-android1.png
Binary files differ
diff --git a/doc/src/android/androiddev.qdoc b/doc/src/android/androiddev.qdoc
index cd92814647..90a1510854 100644
--- a/doc/src/android/androiddev.qdoc
+++ b/doc/src/android/androiddev.qdoc
@@ -59,12 +59,11 @@
\li \l{http://www.gradle.org}{Gradle} for building application packages
for Android devices (APK). Gradle is delivered with Qt 5.9, and
- later.
+ later. Because Gradle scripts are not delivered with Android SDK
+ Tools since version 26.0.0, they are delivered with Qt 5.9 and
+ 5.6.3.
- \note Using Ant to build APKs is still possible when developing with
- Qt 5.8 or earlier together with Android SDK tools versions 25.2.5 or
- earlier, but Ant support has been deprecated since \QC 4.3 and will
- be removed in a future version.
+ \note Using Ant to build APKs is no longer supported.
\li A tool chain for building applications for Android devices provided
by the \l{http://developer.android.com/tools/sdk/ndk/index.html}
@@ -151,21 +150,6 @@
check box to allow \QC to create the kits for you. \QC displays a
warning if it cannot find a suitable Qt version.
- \li Select the tool to use for building application packages:
-
- \list
-
- \li To use Gradle, select the \uicontrol {Use Gradle instead of Ant}
- check box.
-
- \li To use Ant, add the path to the Ant executable in the
- \uicontrol {Ant executable} field.
-
- \note Ant support has been deprecated since \QC 4.3. We
- recommend that you use Gradle instead.
-
- \endlist
-
\li Select \uicontrol File > \uicontrol {New File or Project} > \uicontrol Application >
\uicontrol {Qt Quick Application} > \uicontrol Choose, and
follow the instructions of the wizard. For more information, see
diff --git a/doc/src/qtquick/creator-mobile-app-tutorial.qdoc b/doc/src/qtquick/creator-mobile-app-tutorial.qdoc
index 12ac15c576..5ab76d6302 100644
--- a/doc/src/qtquick/creator-mobile-app-tutorial.qdoc
+++ b/doc/src/qtquick/creator-mobile-app-tutorial.qdoc
@@ -53,10 +53,10 @@
set up the development environment for the device platform and configure a
connection between \QC and the mobile device.
- To develop for Android devices, you must download and install
- the latest Android NDK and SDK, and update the SDK to get the API and tools
- needed for development. In addition, you must install the
- Java SE Development Kit (JDK) and Apache Ant. After you have installed all
+ To develop for Android devices, you must download and install the latest
+ Android NDK and SDK Tools, and then update or install the tools and packages
+ needed for development. In addition, you must install the Java SE
+ Development Kit (JDK). After you have installed all
these tools, you must specify the paths to them in \QC.
For detailed instructions, see \l{Qt for Android} and
\l{Connecting Android Devices}.