First of all I believe QT is GREAT.
It allows one to accomplish GREAT work, even though we used to have bumpy rides with it over the years (bugs in framework, Creator hitting the fan).
One thing is for sure though. Which made us loose lots of time. - the need for additional gluing between elements always used to be very imminent. I know it can now autonomously download Android SDK and stuff but still we don't even EXPECT that...it never was like ..one common language, with QML portable among many platforms, without the need to be using additional native Mac OS X deployment tools and stuff. Was it? But you can't really attach to a running process on Android and stuff... half of UI options around these lines do no really work...it even says 'non implemented' once you click on it, in log files.
Once you get everything setup and running for the project. It's fine.
Until sh** happens, and it WILL, with some of the internal files and you have no idea how to approach it.
Suddenly it turns out some files can't be opened.. and suddenly you need to be well familiar with native Android, Gradle, Maven, everything.
Long ago we began to employ virtualization to offset for that. Turned out to be the best choice.
Anyhow, not to cry a river:
in file gradle-wrapper.properties changed version to:
https://services.gradle.org/distributions/gradle-6.7-bin.zip
no idea if that's the right one. It works. Good luck to everyone.