Cmake project configuration failed. Expert help please.
-
I install qt creater a few times to make clean installation. I intalled all depencecies. I try the example application to test the qt. It works android but does not work on android device connected USB . I had used the same device a few times it had worked. But I does not work. I could not find the solution. It gives cmake configuration fail. Every setting seems to normal. I need an expert help.
Thanks in advance.




-


When I clean CMake directory current configuration works but gives "-DCMAKE_C_COMPILER:FILEPATH=C:/Users/user/AppData/Local/Android/Sdk/ndk/27.3.13750724/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe" erorr as red color.
-
Close your project
delete your *.user file of your CMakeLists
open the project new
make sure to select during project configuration Debug as well as ReleaseThat fixed it for me, when I had a similar issue
Also check the general tab (bottom of QtCreator right side) and see what it says









