Deploying on other platforms as well
-
Looks good yes.
Did you install the Qt for Android version ?
-
@SGaist
I have Qt 5.7 Creator + all the files and folders mentioned above installed/downloaded on my Windows 7 x64 machine.
I don't know what that is.I think I should add an Android kit for the project. But how!?
http://doc.qt.io/qtcreator/creator-developing-android.html -
When using the online installer for example you have the option to install Qt for various Visual Studio, MinGW and Android. if you don't already have a kit then it's likely that you didn't install Qt for Android development.
-
When using the online installer for example you have the option to install Qt for various Visual Studio, MinGW and Android. if you don't already have a kit then it's likely that you didn't install Qt for Android development.
-
No, just Qt for Android. Qt Creator is capable of handling several version of Qt in parallel without any problem.
-
No, just Qt for Android. Qt Creator is capable of handling several version of Qt in parallel without any problem.
-
Start the online installer, then add/remove and check the Android option.
-
Yes, sure thing, it's that one that I had in mind, sorry.
-
No it's fine. Actually it is me that I should say "sorry" for getting your time.
I went for it, but unfortunately it doesn't include a Qt for android version. :(
-
Did you use the offline installer at first ?
-
So your original installation comes from an online installer, correct ?
-
There's also an offline installer for the Android build.
-
@SGaist
Do you mean that I should download and install qt-opensource-windows-x86-android-5.7.0.exe? If so, should I install it over Qt Creator folder or what?@tomy QtCreator is not Qt - why should you install Qt over QtCreator?
Install it somewhere - you probably already have this folder c:\Qt with your old Qt version, install the Android version there in a subfolder.
QtCreator can handle multiple Qt versions, so no need to uninstall your existing version. -
Just an fyi,
In Qt creator 4.2.1 based on qt5.8.0 the layout in the options section of Qt-Creator changed, the android path specifications are now under "Devices" for what ever reason.
Took me a moment to find them.
The docs still say
Tools > Options > Android
instead ofTools > Options > Devices >Android