如何在Windows 7上搭建Android NDK开发环境?
我想在Android NDK上工作,所以我必须设置开发环境。
我使用的是 Windows 7,但有一些先决条件(要求)。
- Cygwin 1.7 // 我已经安装了。
- 纸杯蛋糕 (1.5) // 我在哪里可以下载这个?
- GNU Make 3.81 // 我在哪里可以下载这个?它的大小是多少?
Android NDK 只能用于使用以下方式定位系统映像 Cupcake (1.5) 或更高版本的平台。
这是由于微妙的工具链和 ABI 相关更改导致 它与 1.0 和 1.1 系统映像不兼容。
NDK 需要 GNU Make 3.81 或更高版本可用于您的开发 系统。早期版本的 GNU Make 可能可以工作,但尚未经过测试。
I want to work on Android NDK, so I have to setup development environment.
I am using Windows 7 witch have some prerequisites (Requirements).
- Cygwin 1.7 // that I had installed.
- Cupcake (1.5) // Where can I download this?
- GNU Make 3.81 // Where can i download this? and what is it's size?
The Android NDK can only be used to target system images using
the Cupcake (1.5) or later releases of the platform.This is due to subtle toolchain and ABI related changed that make
it incompatible with 1.0 and 1.1 system images.
The NDK requires GNU Make 3.81 or later being available on your development
system. Earlier versions of GNU Make might work but have not been tested.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 Cygwin 软件包管理器安装 GNU Make 软件包:
我不确定 Cupcake,但它似乎是 Android 的一个版本。也许可以使用 Eclipse 中的 ADT 安装它。 (如果我错了,请纠正我。)
You can install GNU Make package from Cygwin package manager:
I'm not sure about Cupcake, but it seems to be a version of Android. Probably it can be installed using ADT from Eclipse. (Please, fix me if I'm wrong.)