Android can't find QtQuick.Effects
Unsolved
Mobile and Embedded
-
I installed Qt 6.7.2 using Qt's online installer on Ubuntu, after that I try to run my project (that use QtQuick.Effects) on an Android Virtual Device, but I'm getting this error:
module "QtQuick.Effects" is not installed
When I run the project on my desktop environment I don't have this issue.
Anyone have an idea what can be happening?
Thanks