How to install the Android Studio 2.2 CMake packag

2019-01-26 10:12发布

问题:

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