Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
5.15.12
Description
QML TreeView does not work on Qt 5.15.12 Android kit. It gives 'qrc:/android_rcc_bundle/qml/QtQuick/Controls/TreeView.qml: No such file or directory' error. It is still the case even if the 'new Qt5 TreeView' patch (https://marketplace.qt.io/products/treeview
) is installed. One has to replace the qmlimportscanner and androiddeployqt binaries by the old version (from 5.15.10) to get TreeView to work.
Simply creating a QML application and having a TreeView element can reproduce the issue.
Not 100% sure, but may be related to the following fixed report in which multiple 3D modules and QtGraphicalEffects module were reported to have very similar issue.
https://bugreports.qt.io/browse/QTBUG-107255