Building Android package with Qt5.15.0 works fine but Qt5.15.2 fails

Grant Sloman grant.sloman at gmail.com
Sun Jan 10 16:56:13 GMT 2021


Hi Frans,

I had a similar (but not exactly the same) problem where Gradle 5.6.4 was being used when it needed to be 6.5.

In .../Qt/5.15.2/android/src/3rdparty/gradle/gradle.properties
I changed gradle-5.6.4-bin.zip to gradle-6.5-bin.zip and then it worked.

Note that you have to change it in the Qt 3rdparty dir. The build.gradle and gradle.properties files in your android-build directory will be created by the build process, so changing it there will have no effect.

Hope this helps.

Grant

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210110/b23c4b28/attachment-0001.htm>


More information about the PyQt mailing list