安装的 Android 4.0 现在无法运行项目 - 缺少 resources.ap_

发布于 2024-12-10 19:22:57 字数 266 浏览 0 评论 0原文

我安装了Android 4.0并更新了Eclipse插件。 现在我无法运行任何项目并收到错误消息,内容如下:

生成最终存档时出错:java.io.FileNotFoundException:C:\ Projects \ Android \ HelloAndroid \ bin \ resources.ap_不存在

这是来自一个非常简单的“Hello World”应用程序。

有人知道如何再次生成 resources.ap_ 文件吗?

I installed Android 4.0 and updated the Eclipse plugin.
Now I cannot run any of my projects and get an error stating the following:

Error generating final archive: java.io.FileNotFoundException: C:\Projects\Android\HelloAndroid\bin\resources.ap_ does not exist

This is coming from a very simple "Hello World" app.

Anybody know how to get the resources.ap_ file generating again?

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

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

发布评论

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

评论(1

放肆 2024-12-17 19:22:57

I ran into the same error (also referenced here) using Eclipse 3.7 (Indigo) after upgrading to ADT 14 and SDK 14 on all projects including newly created ones. I found a workaround someone posted on the ADT bug tracker, which is basically to switch Eclipse Settings->Android->Build->Build Output from "Verbose" to "Normal". The post is here.

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