Problem with QtChart on Android
-
Hey,
I have a simple qml file with 2 charts on it. Execute it on desktop working pretty well but on android the application crash. I only receive this informations in console:
W linker : /data/data/org.qtproject.example.MIME/qt-reserved-files/qml/QtCharts/libqtchartsqml2.so: is missing DT_SONAME will use basename as a replacement: "libqtchartsqml2.so" F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 9120 (QtThread)
Any idea about the problem?
Edit// Fixed it with using QApplication instead of QGuiApplication.