Possible Duplicate:
Android Unknown Command 'crunch'
I have created a very basic/default 'Hello World' Android app with Eclipse, I just auto-generated it (with ADT plugin of course) without manually adding any single line of code. But strangely the code won't compile. This is the problem I get:
Error generating final archive: java.io.FileNotFoundException: /home/anas/workspace /HelloWorld/bin/resources.ap_ does not exist HelloWorld Unknown Android Packaging Problem
I get this error in the console:
[2011-10-25 14:05:40 - HelloWorld] ERROR: Unknown option '--no-crunch'
[2011-10-25 14:05:40 - HelloWorld] Android Asset Packaging Tool
What is the cause of this annoying problem?