本文介绍了如何安装Android Studio 2.2 CMake软件包/工具?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近的Android Studio 2.2预览3安装似乎找不到CMake。

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

我尝试从SDK工具安装它,但没有这样的包...

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

推荐答案

我们不能在32位操作系统上支持CMake(或ndk-build),因为它不支持CLion,这是我们用于C ++编辑器的技术。根本原因是memory \address-space限制。

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.

这里是一个帮助页面,其中描述了Android Studio C ++支持,包括64位需求:

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

我希望这有助于!
- Jomo

I hope this helps!- Jomo

这篇关于如何安装Android Studio 2.2 CMake软件包/工具?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 17:54