【问题标题】:OpenCV 2.4.9 for android issues on eclipseOpenCV 2.4.9 用于 Eclipse 上的 android 问题
【发布时间】:2014-08-23 20:55:25
【问题描述】:

我正在尝试在 Eclipse 上使用 OpenCV 2.4.9 for android。我已按照在线步骤尝试设置 opencv 2.4.9 sdk 附带的示例项目。当我构建项目时,我收到以下错误

resource '/opencv library - 2.4.9/bin' does not exist

我已经安装了 ADT、CDT 插件并配置了 NDK。

提前致谢。

【问题讨论】:

  • 您为 NDK 设置了什么路径? /opencv library - 2.4.9/bin是linux系统根目录的路径。我怀疑那是你保存 NDK 的地方。它应该是/home/<user>/<path to ndk> 或者可能在/opt/

标签: android eclipse opencv


【解决方案1】:

原来 project.properties 目标设置为与我安装的 sdk 不同的版本。改变它解决了这个问题。

【讨论】:

    猜你喜欢
    • 2016-09-26
    • 1970-01-01
    • 2015-02-14
    • 2019-05-26
    • 1970-01-01
    • 2016-10-29
    • 2015-01-02
    • 2010-12-06
    • 1970-01-01
    相关资源
    最近更新 更多