How to install Android Studio 2.2 CMake package / tool?

My recent install of Android Studio 2.2 Preview 3 does not seem to be able to find CMake.

I tried installing it from the SDK Tools, but there is no such package there ...

enter image description here

+7
android android-ndk cmake
source share
1 answer

We will not be able to support CMake (or ndk-build) on a 32-bit OS, because it is not supported in CLion, which is the technology we use for the C ++ editor. The main reason is memory / address space limitation.

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

Hope this helps! - Jomo

+6
source share

All Articles