下载 zxing jar 导入到 android 的 eclipse 中
有人有 1.6 zxing
的工作 jar 吗?我尝试下载它并编译blah blah blah,但是2.3版本在编译时出现了一些问题。我现在正在下载主干,但它是主干。
我所需要做的就是读取二维码,仅此而已!
Does anyone have a working jar of 1.6 zxing
? I tried to download it and compile blah blah blah but version 2.3 has some problem in compiling. I am downloading the trunk right now but its the trunk.
All I need to do is read a QR code, that's it!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这确实是一个 Android SDK 问题。最新的 SDK 与 1.6 版本的当前版本略有向后不兼容。
不过,相关文件早已在 SVN 中更新以正常工作使用最新的 SDK。使用最新的代码(总是一个不错的主意)。
但有一种更简单的方法,永远不会遇到这些问题或下载任何代码或任何版本:通过 Intent 集成。
This is an Android SDK problem, really. The newest SDK is slightly backwards-incompatible with the version that was current as of the 1.6 release.
However, the files in question have long since been updated in SVN to work with the newest SDK. Use the latest code (always a decent idea).
But there is a far easier way that doesn't ever involve running into these problems or downloading any code or any versions: integrate via Intent.