0

好吧,我想使用OpenCVAndroid NDK 和 Eclipse CDT。
这是我到目前为止所做的:

  1. 获取适当版本的CYGWIN.
  2. Devel从包中获取 gcc,gdb,gawk 和 makeCYGWIN
  3. 添加\binCYGWIN环境变量(我在 Windows 7 上,32 位)
  4. 安装 CDT 插件。

我还没有开始 OpenCV 部分。在我继续之前,我想知道我是否做对了。
如果没有,现在还早,所以我可以回溯。:)

4

1 回答 1

1

Installing the NDK is as simple as downloading and extracting the NDK from its download package. Here's the official documentation: http://developer.android.com/tools/sdk/ndk/index.html#Installing

Also, if I'm not mistaken, OpenCV provides step by step tutorials on how to configure the Android environment, so you better go and check on their site.

于 2013-09-12T19:09:03.167 回答