Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
None
-
5.6.2, 5.8.0, 5.10.1, 5.12.0
-
{code:java}
// code placeholder
{code}
{code:java}
{code}
{code:java}
{code}
{code:java}
{code}
{code:java}
// code placeholder
{code}
Description
A minimal qml application does not run on emulator Android 4.4.2. Real users have the same problem with Android 4.4.2.
Exception occurs at instantiation QQmlApplicationEngine engine;
emptyQml.pro
QT += qml quick
CONFIG += c++11
SOURCES += main.cpp
qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target
main.cpp
#include <QGuiApplication> #include <QQmlApplicationEngine> int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QQmlApplicationEngine engine; // <=exception is here //engine.load(QUrl(QLatin1String("qrc:/main.qml"))); return app.exec(); }
Tested on x86 emulator with different versions of Qt.
Attachments
Issue Links
- is duplicated by
-
QTBUG-37211 SIGFPE crash with Qt/Android in Android Emulator
- Closed
- relates to
-
QTBUG-37211 SIGFPE crash with Qt/Android in Android Emulator
- Closed