Unable to find CMake in Android Studio

后端 未结 13 1079
暖寄归人
暖寄归人 2020-12-07 22:37

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

13条回答
  •  误落风尘
    2020-12-07 23:11

    If you do the following you may get CMake without any problems:

    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 Gradle builds, =D .

提交回复
热议问题