You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed qml-material and it's work perfectly on Windows (Qt 5.7.0 MSVC2015 - Windows 10 x64).
But on Android, i have this errors during the compilation (GCC 4.9 - Qt 5.7.0):
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Styles.Material
Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private.CppUtils
Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private.CppUtils
During running:
W libBATI.so: qrc:/main.qml:2 module "Material" is not installed
W libBATI.so: qrc:/main.qml:3 module "Material.ListItems" is not installed
You have an idea ?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
W libBATI.so: (null):0 ((null)): QQmlApplicationEngine failed to load component
W libBATI.so: (null):0 ((null)): qrc:/main.qml:5 Type ApplicationWindow unavailable
W libBATI.so: file:///data/data/org./qt-reserved-files/qml/Material/ApplicationWindow.qml:133 Type Dialog unavailable
W libBATI.so: file:///data/data/org./qt-reserved-files/qml/Material/Dialog.qml:288 Type Button unavailable
W libBATI.so: file:///data/data/org./qt-reserved-files/qml/Material/Button.qml:20 module "QtQuick.Controls.Styles.Material" is not installed
Hi all,
I have installed qml-material and it's work perfectly on Windows (Qt 5.7.0 MSVC2015 - Windows 10 x64).
But on Android, i have this errors during the compilation (GCC 4.9 - Qt 5.7.0):
During running:
You have an idea ?
Thanks a lot.
The text was updated successfully, but these errors were encountered: