From cd4b41575da72b2f55ba51e79b7b4d08c2bf9269 Mon Sep 17 00:00:00 2001 From: Venu Date: Fri, 7 Jun 2013 14:24:30 +0200 Subject: 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 --- doc/src/platforms/android.qdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/platforms/android.qdoc b/doc/src/platforms/android.qdoc index f2fa13a7b..46782907f 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 -- cgit v1.2.3