Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt versions for architectures mips, arm, x86 are missing

I am trying to use Qt-Project V.5.1 to develop an App for Android. After installing qt-windows-opensource-5.1.0-msvc2012_opengl-x86_64-offline installer with every component selectable during the installation, I try to set it up for android building.

In the Qt Creator, I open tools->options->Android and fill in my Android SDK, Android NDK, Ant und opnJDK Locations and tick the "automatically create Kits for Android tool chains." Checkbox

Here I get a warning saying:

Qt versions for architectures mips, arm, x86 are missing. To add the Qt versions, select Options > Build & Run >Qt versions.

When I go to the Qt Versions Tab, there is neither an option for Android nor an option for mips arm or x86. (In fact there is just the QT 5.1.0 MSVC2012 OpenGl 64 Bit option). The Add Button only gives me the opportunity to specify a qmake file. The only one of those I can find is the one already referenced for the "QT 5.1.0 MSVC2012 OpenGl 64 Bit" option.

Can anyone tell me how to get the Android Option in the Build and Run Tab? Thanks in advance.

like image 359
Andy Avatar asked Jul 16 '13 13:07

Andy


1 Answers

In the "qt-windows-opensource-5.1.0-msvc2012_opengl-x86_64-offline" package, you only have binaries to develop for Windows.

You should check out the QT download page today, there is a "Qt 5.1.1 for Android (Windows 32-bit, 716 MB) " package, which includes binaries to develop for Android. Or you can build from sources.

like image 96
cthepenier Avatar answered Nov 16 '22 01:11

cthepenier