如何将android的zxing源导入到eclipse中?
我已经从 Subversion 检查了 zxing 的源代码,我想将源代码导入到 Eclipse IDE,这样我就可以检查代码,然后创建我的项目,该项目使用 zxing。
如何导入源码?
如果我选择“文件”->“导入”->“现有项目”到工作区,Eclipse 似乎找不到该项目!
另外,我是否必须将项目导入到工作区或只是将一些库添加到我的项目中才能使用它?
I have checked out the source of zxing from Subversion, and I would like to import the source to Eclipse IDE so I can examine the code and then make my project, which uses zxing.
How can I import the source?
If I choose File->Import->Existing Project into workspace, Eclipse doesn't seem to find the project!
Also, do I have to import the project to the workspace or simply add some libraries to my project in order to use it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我按照本教程单击此处但是我没有下载 2.1 版本,而是从 此处下载 2.2 并下载 core.jar 。如果您不知道如何导入库,请检查 这个。
I followed this tutorial Click here but instead of dowloading the 2.1 version, I downloaded the 2.2 and dowload the core.jar from here. If you dont know how to import the library check this.