我是 openCV 的新手,我下载了它以便在 Eclipse Juno 中使用它。
我已经下载了 2.4.6 版本,我已经下载了 NDK 版本 R9,我正在 windows 平台上工作,但由于以下错误,仍然无法运行 openCV 的教程。我按照本文档中的步骤进行操作。
我试图更改构建路径部分的路径(C:\android-ndk\android-ndk-r9\ndk-build.cmd NDK_DEBUG=1
)
[2013-10-29 18:06:56 - Unable to launch cygpath. Is Cygwin on the path?] java.io.IOException: Cannot run program "cygpath": CreateProcess error=2, The system cannot find the file specified
[2013-10-29 18:07:12 - ManagerActivity] Manifest attribute 'minSdkVersion' is set to '@ANDROID_NATIVE_API_LEVEL@'. Integer is expected.
[2013-10-29 18:07:13 - package] Manifest attribute 'minSdkVersion' is set to '@ANDROID_SDK_VERSION@'. Integer is expected.