Unable to find CMake in Android Studio

后端 未结 13 1078
暖寄归人
暖寄归人 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:13

    Check if you are using a 64-bit version of Android Studio. In Android Studio 32 bit, CMake will not appear in SDK Manager.

提交回复
热议问题