开发者

zxing on Blackberry below 6.0

I was integrating the barcode scanner app for blackberry using zxing. I am able to create cod file using the build.xml(provided with the zxing package on google code) via command line. But when I add the complete code to a project and build it using eclipse it gives me error as javame module not found. So I have added the javame.jar to the project properties export section(Clicked the javame.jar checkbox). But then I am unable to launch the application. It gives 开发者_Go百科packaging application failed.

Do I need to only build it with the ant or is there a possible way where I can incorporate the zxing package inside my application.

Thanks


Just add the source package to your application instead - don't use a compiled library. I seem to remember there's a single line that needs editing on BlackBerry (something to do with deleting the image taken by the camera, if it throws an exception just comment it out)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜