I want to test the possibilites of Qt in developing for both Desktop and Android systems.
My system is Windows 8 64 bits, with Visual Studio 2012 Ultimate SP4 installed.
Following the instructions given in http://qt-project.org/doc/qt-5/androidgs.html, I’ve done this:
Downloaded and installed Qt 5.2.1 for Win64 with OpenGL
installed Java Development Kit, c:\Java
added system var AVA_HOME as“C:\Java\jdk1.7.0_51
Installed Android SDK tools in C:\Android
started, and installed 4.4.2 images
Google USB driver installed (phone is Nexus 4)
Downlodaded Android NDK an placed as C:\Android\android-ndk-r9c
Downloaded Apache Ant and placed as C:\Java\apache-ant-1.9.3
Added system Var ANT_HOME como “C:\Java\apache-ant-1.9.3”
Added string to Path Var “;JAVA_HOME\bin\;ANT_HOME\bin\”
Downloaded MinGW and installed in C:\MinGW with MINGW Instalallation Manager
All basic setup packages installed
Downloaded Visual Studio Add-in 1.2.2 for Qt5 and installed in C:\Program Files (x86)\Digia\Qt5VSAddin
I’ve started a project and I see Desktop, but cannot see Android as target. Revisiting the above webpage, I think I must install something like “Qt 5.2.1 for Android (Windows 64-bit)” but I can only find “Qt 5.2.1 for Android (Windows 32-bit, 1.1 GB)” in the download page (http://qt-project.org/downloads).
Am I right? What steps should I follow next?
Thanks in advance!
↧