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

流过昼夜 提交于 2019-11-28 03:47:15

问题


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:


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



来源:https://stackoverflow.com/questions/37740147/how-to-install-the-android-studio-2-2-cmake-package-tool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!