I need to add C/C++ code in my Android program for which I needed LLDB, CMake, and NDK. I found LLDB and NDK in SDK manager, but CMake is missing from there. I tried manuall
In my case changing CMake path worked :
CMake path
externalNativeBuild { /* cmake { path "CMakeLists.txt" } */ cmake { path 'src/main/jni/opus/CMakeLists.txt' } }