开发者

download zxing jar to import into eclipse for android

开发者 https://www.devze.com 2023-03-07 17:19 出处:网络
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 th开发者_C百科

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 th开发者_C百科e trunk.

All I need to do is read a QR code, that's it!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消