黑莓上的 zxing 低于 6.0
我正在使用 zxing 集成黑莓的条形码扫描仪应用程序。我可以通过命令行使用 build.xml(由 google 代码上的 zxing 包提供)创建 cod 文件。但是,当我将完整的代码添加到项目并使用 eclipse 构建它时,它会给出错误,因为找不到 javame 模块。因此,我已将 javame.jar 添加到项目属性导出部分(单击 javame.jar 复选框)。但随后我无法启动该应用程序。它使打包应用程序失败。
我是否只需要使用 ant 构建它,或者是否有一种可能的方法可以将 zxing 包合并到我的应用程序中。
谢谢
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 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将源包添加到您的应用程序中即可 - 不要使用已编译的库。我似乎记得黑莓上有一行需要编辑(与删除相机拍摄的图像有关,如果抛出异常只需将其注释掉)
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)