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@qt-project.org https://lists.qt-project.org/listinfo/interest