Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 4.9.0-beta1
-
Qt Creator 4.9rc snapshot, Qt5.12.2 for android, armv7 device
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.