Google API 为 Android 抛出 no-crunch 错误

发布于 2024-12-11 00:42:58 字数 239 浏览 0 评论 0原文

我刚刚在 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 技术交流群。

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

发布评论

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

评论(2

儭儭莪哋寶赑 2024-12-18 00:42:58

当我将 Eclipse 从 Helios 更新到 Indigo(在 Windows XP 上)时,这种情况也发生在我身上。

解决方案是打开 Android SDK Manager 并安装所有默认选定的更新,特别是我使用的是

  • Android SDK Tools rev 13
  • Android SDK Platform Tools rev 7

这些更新到

  • Android SDK Tools rev 14
  • Android SDK Platform Tools rev 8

我的目标是 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

  • Android SDK Tools rev 13
  • Android SDK Platform Tools rev 7

These updated to

  • Android SDK Tools rev 14
  • Android SDK Platform Tools rev 8

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)

夏尔 2024-12-18 00:42:58

我认为这个问题有一个普遍的原因==>部分 ADT 更新

再次检查您的存储库,然后检查此链接

I think the problem has a generic cause ==> Partial ADT Update

Check your repositories again and then this link

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