【发布时间】:2013-11-08 22:16:32
【问题描述】:
我是 openCV 的新手,我下载了它以便在 Eclipse Juno 中使用它。
我已经下载了2.4.6版本,我已经下载了NDK R9版本,我在windows平台上工作,由于以下错误,仍然无法运行openCV的教程。我按照this documentation 上的步骤操作。
我尝试更改构建路径部分的路径 (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.
【问题讨论】:
-
看起来他尝试了那个解决方案。
标签: java eclipse opencv android-ndk cygpath