Android: What is the bin/res/crunch folder used for?

adt, android, eclipse

Solution

They are automatically generated on build. You can ignore them.

Problem

While modifying a white label app, I needed to change a logo and found it was located in 2 locations (duplicated): - `res/drawable` and similar folders (for other screen depths) - `bin/res/crunch/drawable` and similar folders (for other screen depths) So I would like to know if I should care about the second folder, or if it's something generated by Eclipse/ADT.

Original source