Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: Unknown option '--no-crunch' - AAPT error

Tags:

android

aapt

I have downloaded latest revision (r14) yesterday. but getting this error while running any application

ERROR: Unknown option '--no-crunch'

Please help...

like image 561
himanshurb Avatar asked Oct 20 '11 04:10

himanshurb


1 Answers

I have recently faced this issue.

But it is now solved.

After updating to ADT r14, go to Window -> SDK Manager (in Eclipse)

  1. Check on 'repository', uncheck "installed"
  2. Wait for packages to load, then select all support packages, accept all and install them
  3. Restart Eclipse

Now you can run your apps on new ADT r14, without 'crunch' errors.

like image 146
Paresh Mayani Avatar answered Nov 17 '22 14:11

Paresh Mayani