下载 zxing jar 导入到 android 的 eclipse 中

发布于 2024-11-08 13:58:30 字数 131 浏览 3 评论 0原文

有人有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

违心° 2024-11-15 13:58:30

这确实是一个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文