QT-QML in Android studio via JNI
Unsolved
Mobile and Embedded
-
I built an Android app using QT & QML. It worked perfectly fine in Qt Creator. Then i built the application as library (*.aar) and tried to import in Android studio. I tried to call the functions present the library as JNI in Java but it somehow crashed. I have all the plugins necessary and also corresponding jars. But somehow it crashed when i am initializing the QGuiApplication. Any idea ?