如何解决Android bin res crunch目录中的运行时错误?

时间:2014-01-04 16:04:02

标签: android eclipse

我正在使用eclipse(3.7.1)进行android开发。当我尝试运行应用程序时,它在bin中显示错误 - > res - > crunch目录

请任何人帮我解决此错误

2 个答案:

答案 0 :(得分:7)

试试这个,您必须在工作区中删除此文件夹并重新构建项目:

  • 转到/ YourAndroidWorkspace / YourProject / bin并删除“crunch”文件夹。

  • 在Eclipse中清除并重新构建项目。

对我有用。

答案 1 :(得分:1)

使用命令行构建时,Eclipse和ant可能会干扰。 (特别是如果你使用“自动构建”)

对我而言,它可以关闭eclipse并运行:

ant clean debug