I'm creating an app using purely QML (all the design and logic is in QML and JS) and I need to know whether, when deploying this app to Android devices, if I need to include a short executable which loads the app using the QQmlApplicationEngine, or if developing with Qt for Android provides a QML engine of some sort which can load my app.
If Qt does have its own engine for Android, which is easier to use? And what do developers who make QML apps for Android use normally?
QQmlApplicationEnginecompiled into an Android app and that QML engine for Android?