Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
qt for android building error Mac
-
Hello , I wanted to create an arduino app and wanted to start to test the qt for Android
But I am getting some errors during the build.First of all , I have a Macbook Catalina 10.15.4
I had no problems with qt creatorI have installed java jdk 8 and as well as 13 ( I tested both)
I installed gradle, Android NDK r21d and Android Studio ( newest version )
with following packagesI get the following building errors
As I said, I have tried it with both Java Jdk's
Does anyone know what I can do against this? I have deployed the emulator with an x86 architecture ,maybe this is the error?
Thanks
-
Hi,
Never seen that error. What version of gradle do you have ?
-
The gradle version is 6.5.1
I tried it with Java JDK 8 , 13 and 14(the newest)
-
How did you install it ?
-
I installed gradle via brew
And java via oracle page https://www.oracle.com/java/technologies/javase-downloads.html
-
I thought that gradle would be downloaded when first needed. Did you try that way ?
-
I uninstalled it and tried again: the result is still this
-
@fatih1
I solved this gradle issue by using latest version (6.6.1) as it's explained in topic: Qt 5.15.0 Android apk deployment failure.
My application does not work yet, because of a launch error (perhaps a missing module in the resulting apk).
I'm still working on it, so I can't give you more help.