Android 打包问题“错误:错误:找不到与给定名称匹配的资源”

发布于 2024-11-29 08:16:32 字数 446 浏览 1 评论 0原文

我将 JRE 更新到版本 7。然后在 Eclipse 的控制台窗口中所有可绘制资源出现此错误(每个可绘制资源引用一个错误)

错误:错误:找不到与给定名称匹配的资源(位于 “drawable”,值为“@drawable/checkbox_on”)。

我已经检查了绘图是否损坏。我也尝试过清洁和清洁。多次重建项目。它对于以前版本的 JRE 运行良好。

“问题”窗口中出现以下 2 个错误

生成最终存档时出错:java.io.FileNotFoundException:H:\Software\Android\bin\resources.ap_ 不存在。未知的 Android 打包问题

未解析的 aapt 错误!检查控制台的输出。未知的 Android 打包问题

可能是什么问题?

I updated my JRE to version 7. Then got this error in the eclipse's console window for all drawable resources(one error for each reference of a drawable)

error: Error: No resource found that matches the given name (at
'drawable' with value '@drawable/checkbox_on').

I have checked the drawables for corruption. I also tried cleaning & rebuilding the project several times. It was working fine for previous version of JRE.

Got the following 2 errors in 'problems' window

Error generating final archive: java.io.FileNotFoundException: H:\Software\Android\bin\resources.ap_ does not exist. Unknown Android Packaging Problem

Unparsed aapt error(s)! Check the console for output. Unknown Android Packaging Problem

What could be the issue?

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

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

发布评论

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

评论(2

您确定 Android 支持 Java 7。SDK 系统要求仅提到 Java 5 和 6...7 可能尚不支持。同样,也许 Eclipse 还不支持 Java 7。

Are you sure Android supports Java 7. The SDK system requirements only mention Java 5 and 6... 7 may not be supported yet. Likewise, perhaps Eclipse does not yet have support for Java 7.

终弃我 2024-12-06 08:16:32

修好了。我错过了一个损坏的 png。如果问题不能通过清理一次解决,那么它一定是一个损坏的可绘制对象。

Fixed it. I had missed a corrrupt png. If the problem does not go by cleaning once then it has to be a corrupt drawable.

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