[Qt-creator] "org.qtproject.example.myapp died" when running Android app
Nikos Chantziaras
realnc at gmail.com
Thu Nov 10 22:29:15 CET 2016
I have a problem when running my app on the android emulator. After a
few seconds (usually between 5 and 10 seconds or so), this is printed on
the "application output" panel:
"org.qtproject.example.myapp" died
And after that, I can't see the output of my application anymore, so all
qDebug() output is lost :-/
The application itself has not died. It's still running fine on the
emulator.
I'm on Linux 64-bit with the latest version of Qt Creator (4.1.0) which
was installed with the Qt online installer (everything is up to date
through MaintenanceTool.) The Android SDK and NDK are also the latest
versions.
Also, this happens with all ABIs and API levels.
More information about the Qt-creator
mailing list