将 zxing 条形码集成到我的应用程序中
嘿,我想将 zxing 代码集成到我的应用程序中。 我不想调用条形码应用程序,我想要在我的应用程序中使用条形码功能代码。 中出现错误
我已经下载了包文件,然后如果我将其集成到我的应用程序中,我也会重命名该包,并且在import package.R ;线
谢谢
Hey i want to integrate the zxing code in my application.
I dont want to call the barcode application i want the barcode functionality code in my application. I have downloaded the package files then if i integrate it in my application i rename the package also and den i have error in
import package.R; line
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您复制/粘贴时,Eclipse 会自动尝试添加您从中窃取代码的包的资源文件。删除该导入行。
when you copy/paste, eclipse automatically tries adding the resource files of the package from which you are stealing code. delete that import line.