Qt 6.11 is out! See what's new in the release
blog
CMake project configuration failed. No CMake configuration for build type "Debug" found. Check General Messages for more information.
-
The Android app opens on the desktop but does not open on the Android tablet.
Everything looks normal.
:-1: error: CMake project configuration failed. No CMake configuration for build type “Debug” found. Check General Messages for more information.
The initial configuration appears in the settings, but the current configuration does not appear. I tried different SDKs, but it did not fix the issue. I am using SDK 35.


thank you in advance.
-
C Christian Ehrlicher moved this topic from Installation and Deployment on
-
Building Android applications involves using a cross-compiler to build for Arm64 on your Desktop computer.
But for some reason you are trying to build the example on the device.
Which version of Qt Creator are you using?