Details
-
Type:
Bug
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Affects Version/s: Qt Creator 4.9.0-beta1
-
Fix Version/s: None
-
Component/s: Android Support
-
Labels:
-
Environment:Qt Creator 4.9rc snapshot, Qt5.12.2 for android, armv7 device
-
Platform/s:
Description
Steps to reproduce:
- have Qt / SDK / NDK setup correctly
- create a Widget App from template
- build and run the app
Current result:
- Application Output does not print special messages like
10:56:55: Starting /tmp/build-untitled7-Desktop-Debug/untitled7 ... 11:00:58: /tmp/build-untitled7-Desktop-Debug/untitled7 exited with code
- Output generated e.g. by qDebug() seems to get printed as well as messages coming directly from the device
Note: respective messages get printed when performing debug instead of run.