安装的 Android 4.0 现在无法运行项目 - 缺少 resources.ap_
我安装了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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的错误(也引用了此处) 在所有项目(包括新创建的项目)上升级到 ADT 14 和 SDK 14 后,使用 Eclipse 3.7 (Indigo)。我发现有人在 ADT bug tracker 上发布了一个解决方法,基本上是将 Eclipse Settings->Android->Build->Build Output 从“Verbose”切换为“Normal”。该帖子位于此处。
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.