如何通过“Is Library”将zxing android项目包含到其他android项目中选项?
我已经为我的条码扫描应用程序定制了 ZXing 1.7 库,并通过 Eclipse 的“项目”菜单中的“项目选项”将其标记为“Is Library”。但是当我尝试通过“项目”菜单中的“项目选项”将 ZXing 库添加到其他 Android 项目时,它生成一些错误。我已附上错误的屏幕截图[请参阅链接]。如何解决此问题。我正在使用 eclipse helios 和 android 2.1 Google API
I have customized the ZXing 1.7 library for my barcode scanning application and marked it as "Is Library" through Project Options in the Project menu of Eclipse.But when i try to add ZXing library to other android project through Project Options in the Project menu it generates some error.I have attached the screenshot of the error [Please refer the link ].How to solve this problem.I am using eclipse helios and android 2.1 Google API's
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
关闭并再次重新打开项目,并尝试再次勾选“Is Library”选项,就完成了!
close and re-open the project again, and try to tick the "Is Library option again" and you are done!
看起来 Eclipse 无法在您的 D 驱动器上找到库项目的路径。我会从您的工作区中删除它,然后在选中“将项目复制到工作区”的情况下重新导入它。
It looks like Eclipse cant find the path to the library project on your D drive. I would delete it from your workspace and then re-import it with Copy Projects into Workspace checked.