summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2013-06-07 14:24:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-10 10:58:33 +0200
commitcd4b41575da72b2f55ba51e79b7b4d08c2bf9269 (patch)
tree7f9c1abb66897616f676b87dc2076867ebebe192
parentc83409eb534133af994b84a2b56ce5989c7252bd (diff)
downloadqtdoc-cd4b41575da72b2f55ba51e79b7b4d08c2bf9269.tar.gz
Doc: Added a \note about the JAVA_HOME variable
Without this variable set to the JDK install dir, Qt Creator cannot find the Java binaries required to build the application. Task-number: QTBUG-30173 Change-Id: Id839b6ddc3c60dd09f29a8b47a77a9d147145b3a Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
-rw-r--r--doc/src/platforms/android.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/platforms/android.qdoc b/doc/src/platforms/android.qdoc
index f2fa13a7..46782907 100644
--- a/doc/src/platforms/android.qdoc
+++ b/doc/src/platforms/android.qdoc
@@ -52,6 +52,10 @@ In order to use Qt for Android, you will need the following external tools:
\li \l{http://openjdk.java.net}{OpenJDK} v6 or later
\endlist
+\note You must set the \c{JAVA_HOME} environment variable to the JDK install
+directory path so that Qt Creator finds the binaries required to build your
+application.
+
After installing these tools, update the Android SDK to get the API
and tools packages required for development. You can update the SDK using the
\l{http://developer.android.com/tools/help/android.html}{android} tool that