[Interest] Can't build with Qt 6.4.1 for Android

Jani Heikkinen jani.heikkinen at qt.io
Mon Nov 21 06:52:52 CET 2022


Hi!
> I guess no one tested it. How old is NDK 23?

We have release test automation (RTA) which tested qmake builds from command line with NDK 23 and it worked OK. qmake tests from Qt Creator weren't tested by RTA but we will add that test as well. 

br,
Jani Heikkinen
Release Manager

> -----Original Message-----
> From: Interest <interest-bounces at qt-project.org> On Behalf Of Thiago
> Macieira
> Sent: perjantai 18. marraskuuta 2022 23.31
> To: interest at qt-project.org
> Subject: Re: [Interest] Can't build with Qt 6.4.1 for Android
> 
> On Friday, 18 November 2022 09:34:22 PST Alexander Dyagilev wrote:
> > I use Qt Creator and qmake. I never used cmake...
> 
> Looks like it's a left-over in the qmake mkspec then.
> mkspecs/features/android/default_pre.prf has:
> 
> QMAKE_RANLIB            = $${CROSS_COMPILE}ranlib
> 
> Which is the file you're trying to use and doesn't exist. However, it's not
> necessary to run it, because AR is already using "s". In
> mkspecs/android-clang/qmake.conf:
> 
> QMAKE_AR         = $$NDK_LLVM_PATH/bin/llvm-ar cqs
> 
> Try deleting that line from default_pre.prf.
> 
> > Why does not Qt Creator know about these changed in NDK 23? How could
> > 6.4.1 be release then if Qt Creator does not support it...
> 
> I guess no one tested it. How old is NDK 23?
> 
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Cloud Software Architect - Intel DCAI Cloud Engineering
> 
> 
> 
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest


More information about the Interest mailing list