summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2013-06-26 12:09:22 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-27 14:27:20 +0200
commit4d875f2b0666009bae23fd15417f7fe03b70f612 (patch)
treebe415c85662d671a2132723be219bd60476c240a
parent41d41932b14c6d7cebda75cf7c02ba561e64f9e7 (diff)
Doc: Added information about the ADB driver requirement on Windowsv5.1.0-rc2v5.1.0
The default USB drivers on Windows does not allow USB debugging so the developers must install the ADB driver to test and debug their application on the Android device. Task-number: QTBUG-30173 Change-Id: I16ba4935b4b8dfda86584b3e8d15fa10b18e9a57 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
-rw-r--r--doc/src/platforms/android.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/platforms/android.qdoc b/doc/src/platforms/android.qdoc
index f865e9607..5f117ec50 100644
--- a/doc/src/platforms/android.qdoc
+++ b/doc/src/platforms/android.qdoc
@@ -50,6 +50,15 @@ In order to use Qt for Android, you will need the following external tools:
\li \l{http://developer.android.com/tools/sdk/ndk/index.html}{The Android NDK}
\li \l{http://ant.apache.org/bindownload.cgi}{Apache Ant} v1.8 or later
\li \l{http://openjdk.java.net}{OpenJDK} v6 or later
+\li Android Debug Bridge (ADB) driver on the Windows platform to enable USB
+ debugging. The default USB driver on Windows does not allow debugging. You
+ can download the ADB driver from the device manufacturer's support website.
+ For example, the ADB driver for Google Nexus 7 can be downloaded from
+ \l{http://support.asus.com}.
+
+ After installing the driver, try running a few basic
+ \l{http://developer.android.com/tools/help/adb.html}{adb} commands and check
+ whether your device responds to it.
\endlist
\note You must set the \c{JAVA_HOME} environment variable to the JDK install