Search code examples
androideclipseadt

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


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.


Solution

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