Unsolved Incomplete rendering on android
-
Hello,
I'm developing cross-platform application and a part of this is drawing an hexagon object.
The problem is only for
Android
this object is not render correctly and draws only first triangle. I was check that onWindows
,Linux
andiOS
withMinGW
/MSVC
compilers and problem doesnt occured.Is android build needs any additional permision?
I also found these warings but i read that tey shouldnt have any impact for that:
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
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Fusion.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Imagine.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Imagine.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Material.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Universal.implAny sugestion?