aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-10-15 00:23:08 +0300
committerOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-10-15 00:23:08 +0300
commit7a04014f9f9ef7e36e3631022bf26b6b810e473e (patch)
tree181784c7760921e6f873e1005e9d6b133493c2b7 /doc
parent5a7a8cbf74144768a11f99893108a7845b99ce1a (diff)
parentb67bf73dc7d3bfb61cd0dc36e41cc20a1f1e0fc4 (diff)
Merge remote-tracking branch 'origin/4.5'
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}.