Qt Creator: no suitable kits for Android

After downloading the QT android candidate (Windows 5.1), I decided to launch QT Creator and try to make an Android project (something small to see if it works). After completing this tutorial, I added all (except mips) Android kits.

When I make a regular QT application, it tells me that it sees all the Android kits and, if I use it, it starts the emulator.

However, the problem is that when I create the QT mobile app, it tells me that there are no sets available.

enter image description here

+6
source share
4 answers

I do not have a great answer for you, as I am very new to Qt-Creator, but I noticed that the “GUI applications” support both Desktop and Android. If you choose a GUI, you will have the opportunity to customize the kits and select Android ARM 5/6/7 or x86 under your kits.

You can choose Android or play with both Android and Android. I am in the middle of the game with the “Hello World” example and trying to install Nexus 7. This definitely launches AVD, although at the moment I have little chance of connecting to it.

I hope this pushes you to the original hump.

+5
source

The Mobile App bundle is an older version of Qt and should no longer be used. In Qt Creator 2.8, it has been removed to avoid this confusion.

Just use any of the usual templates, such as the Qt GUI Application, Qt Quick 2 Application, or Empty Qt Project, to start with a completely blank slate. If you are having problems using these templates, then you need to solve these problems.

+4
source

Are you sure you need such a project?

Extracted from QtCreator: Creating Projects

Qt Mobile App

Use the Qt Designer forms to develop a user interface based on the Qt widget for mobile devices and C ++ to implement application logic. Select this development template for devices that only support Qt 4.6.x

QTcreator helps you develop QT applications, then you select the platform that you would deploy to, so I would recommend that you read the special sections of Android at these links:

+1
source

I assume the problem is with the connection of the collection library to qt.

+1
source

Source: https://habr.com/ru/post/946748/