Android Error:Unable to get the CMake version located at

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 manually downloading it from CMake official site and found out that for android we need SDK customized

Android Error:Unable to get the CMake version located at

solution:
1. Open the Settings (Android Studio);
2. Search by “Android SDK”;
3. On the right side, go to the “SDK Tools” pallet|tab;
4. Check the “CMake” item on the list;
5. Press “Ok” button;
6. Now, just wait the next century while the gradle builds