Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 4.4.0, Qt Creator 4.7.0
-
* Host OS: Windows 10
* QtC: 4.4.0 (official)
* Qt 5.9.1 Android ARMv7 (official)
* QBS v1.9.0 (official, delivered with QtC)
* NDK r13b
* SDK 25.0.3
Description
When I try to open e.g. the qbs\examples\compiled-qml\ example, using the Android kit, I get following error:
C:\Users\denis\AppData\Roaming\QtProject\qtcreator\qbs\1.9.0\profiles\qtc_Android__626a9958\modules\Qt\QtModule.qbs:8: warning: Module Qt.core could not be loaded. E:\git\tests\compiled-qml\myapp.qbs:53: warning: Product 'myapp' had errors and was disabled.
PS: The Android's kit is valid, as I can use it with qmake-based projects.