将 ZXing 库集成到我的 Android 应用程序中

发布于 2025-01-08 03:28:04 字数 511 浏览 5 评论 0原文

在此处输入图像描述

我刚刚更新了下面的问题...自从我在错误的路径...但我仍然收到以下错误! 需要帮助,因为我不明白这是什么! :) 谢谢 !

===================================

我需要一些帮助!我在执行“ant -f core/build.xml”时收到错误消息,我收到

Buildfile:core.build.xml 不存在!Buildfail!

我按照以下步骤操作:将 ZXing 库直接集成到我的 Android 应用程序中

我们如何解决这个问题? :)

谢谢你!我正在尝试在我的应用程序中使用扫描仪

enter image description here

I just updated to the question below... I alr sorted the build thing out since I did it in the wrong path...but I still got the follow error !
Need helps since I don't understand what it is ! :) Thank you !

=================================

I need some helps ! I got the error message while I am doing ”ant -f core/build.xml" I got the

Buildfile:core.build.xml doesn't exist ! Buildfail !

I followed the steps from this :Integrating the ZXing library directly into my Android application

How do we sort it out? :)

Thank you ! I am trying to use Scanner in my app

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

山田美奈子 2025-01-15 03:28:04

从 cmd 提示符转到 zxing 项目的根文件夹(可能“zxing”是根文件夹的名称)。

确保您已经安装了 ant。(检查此项)

运行 cmd :

ant -f core/build.xml

如果出现与tools.jar相关的错误,请将tools.jar复制到所需位置。

Go to folder which is root folder for zxing project ( may be "zxing" is the name of root folder) from cmd prompt.

Make sure you have ant installed.(Check this)

run cmd :

ant -f core/build.xml

If error related to tools.jar comes, copy tools.jar to desired location.

心是晴朗的。 2025-01-15 03:28:04

阅读错误:访问被拒绝

您的本地副本存在某种权限问题。

Read the error: Access is denied

You have some kind of permissions problem in your local copy.

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