1

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?

Community
  • 1
  • 1
Anas
  • 354
  • 1
  • 7
  • how long did you install tha packages ?? try to go on eclipse>help>check for updates new android 4.0 have new things so :S – PedroAGSantos Oct 25 '11 at 11:16

2 Answers2

0

Please check following things

  1. AVD is properly created
  2. SDK path in the Eclipse preference
  3. Are you using proper SDK
Dinesh Prajapati
  • 9,274
  • 5
  • 30
  • 47
0

Sounds like a problem we've seen here before. Try reading the answers given to this question: Android Unknown Command 'crunch'

Community
  • 1
  • 1
Sander van't Veer
  • 5,930
  • 5
  • 35
  • 50