Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行 vuforia 的示例应用程序。但是当我在 Eclipse 中运行它时,它给出了错误import com.qualcomm.QCAR.QCAR; not resolved。我用谷歌搜索了它,并尝试了不同的人建议的选项。
import com.qualcomm.QCAR.QCAR; not resolved
qcar.jar
库的名称已从 Qcar.jar 更改为 vuforia.jar 。一旦你下载它添加到java构建路径,你应该没问题
1)项目(右键)-buildpath-配置构建路径-java构建路径-库-添加外部jar-QCAR.jar
2) 清理 - 构建 ndk -refresh - 运行它。