Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 7.0.0-beta2
-
None
-
-
cae4dd01a (master)
-
2023wk20FOQtforAndroid
Description
When building a fresh clone of a Qt module for Android (tried with QtConnectivity and QtSensors),
the compilation succeeds but at the end there is a:
No target architecture defined in json file
This happens without any examples or tests being built, just the libs.
It would seem that either wrong, incomplete, or erroneous json file is used.
Hacking the androiddeployqt to get past this error there will be then next errors.
The environment used:
macOS 12.3 QtCreator Qt Creator 7.0.0-beta2 (6.83.0), happens also with the 6.0.x versions Qt latest dev 08-Mar-2022
Steps to reproduce: clone a Qt module and try to build it in QtCreator. Tested with
qtsensors and qtconnectivity.
Attachments
Issue Links
- duplicates
-
QTBUG-111334 Missing target architecture when building some of the QtQuick projects
- Closed
- relates to
-
QTCREATORBUG-28168 Application with a manually set output name cannot be deployed
- Reported