Google API 为 Android 抛出 no-crunch 错误
我刚刚在 eclipse 中安装了 android 2.1 SDK 并创建了一个针对 Google API:7 的项目。 Eclipse 在项目图标上显示错误,并且调试窗口显示此错误
ERROR: Unknown command 'crunch'
Android Asset Packaging Tool
经过大量谷歌搜索后,我仍然不知道如何修复这个错误。我已经尝试过清理该项目。
I just installed android 2.1 SDK in eclipse and created a project targeted for Google API:7. Eclipse shows an error on the project icon, and the debug window shows this error
ERROR: Unknown command 'crunch'
Android Asset Packaging Tool
After quite a lot of googling, I still have no idea how to fix this error. I have already tried cleaning up the project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当我将 Eclipse 从 Helios 更新到 Indigo(在 Windows XP 上)时,这种情况也发生在我身上。
解决方案是打开 Android SDK Manager 并安装所有默认选定的更新,特别是我使用的是
这些更新到
我的目标是 2.2 的项目现在可以编译并在调试中运行,没有任何问题(注意,我已经安装了所有 SDK,包括 4.0,但您仍然可以定位早期的 SDK)
This happened to me too when I updated Eclipse from Helios to Indigo (on Windows XP)
Solution was to open Android SDK Manager and install all the default selected updates, notably I was on
These updated to
My project which targets 2.2 compiles and runs in debug now without any problems (NB I have all the SDKs installed including 4.0 but you can still target earlier SDKs)
我认为这个问题有一个普遍的原因==>部分 ADT 更新
再次检查您的存储库,然后检查此链接
I think the problem has a generic cause ==> Partial ADT Update
Check your repositories again and then this link