QT6.2 qml item color is always white when compiled for arm64-v8
Unsolved
Mobile and Embedded
-
Created brand new qt quick project with kit "android Qt 6.2.0 clang arm64-v8". Inside main window i put a rectangle with red color ,but when i run ,rectangle appear with white color,so i changed kit to "android Qt 6.2.0 clang armeabi-v7" and now this working fine.
my android chip instruction set is arm64-v8a. what is problem here ,can anyone explain it to me ?