Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt 3D Studio 2.1
-
None
Description
Because QML plugins are not deployed, behavior scripts or QML files as assets for QML streams do not work.
Workaround for building an APK with all QML plugins:
- run the usual build steps for the viewer (i.e. qmake, Make, Make install)
- disable qmake, Make, and Make install, and leave just the Build Android APK step active
- edit the *-deployment-settings.json file manually, replacing the path in "qml-root-path" with "/path/to/qt3dstudio/src/shared/dummyqml"
- run build (which only has the Build Android APK step enabled)