-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:configureCMakeRelWithDebInfo[arm64-v8a]'.
> [CXX1300] CMake '4.1.2' was not found in SDK, PATH, or by cmake.dir property.
cmdline_tools 19 support max 4.0.2. Debian trixie has 3.31.6-2 – Ubuntu noble 3.28.3-1build7, so we cannot build the app. Which means, this version will get a yellow shield (RB failed). Could you please switch to a supported version with the next release – or is there anything you need which those do not support?
Here's what sdkmanager --list gives for cmdline_tools 19:
cmake;3.10.2.4988404 | 3.10.2 | CMake 3.10.2.4988404
cmake;3.18.1 | 3.18.1 | CMake 3.18.1
cmake;3.22.1 | 3.22.1 | CMake 3.22.1
cmake;3.30.3 | 3.30.3 | CMake 3.30.3
cmake;3.30.4 | 3.30.4 | CMake 3.30.4
cmake;3.30.5 | 3.30.5 | CMake 3.30.5
cmake;3.31.0 | 3.31.0 | CMake 3.31.0
cmake;3.31.1 | 3.31.1 | CMake 3.31.1
cmake;3.31.4 | 3.31.4 | CMake 3.31.4
cmake;3.31.5 | 3.31.5 | CMake 3.31.5
cmake;3.31.6 | 3.31.6 | CMake 3.31.6
cmake;3.6.4111459 | 3.6.4111459 | CMake 3.6.4111459
cmake;4.0.2 | 4.0.2 | CMake 4.0.2
Reactions are currently unavailable