How to install the Android Studio 2.2 CMake package/tool?

后端 未结 1 897
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-19 06:51

My recent Android Studio 2.2 preview 3 installation can\'t seem to find CMake.

I tried installing it from the SDK Tools but there\'s no such package...

相关标签:
1条回答
  • 2020-12-19 07:20

    We won't be able to support CMake (or ndk-build) on 32 bit OS because it is not supported in CLion which is the tech we use for the C++ editor. The root cause is memory\address-space limits.

    Here's a helper page where I describe Android Studio C++ support including the 64 bit requirement: https://sites.google.com/a/android.com/tools/tech-docs/external-c-builds

    I hope this helps! - Jomo

    0 讨论(0)
提交回复
热议问题