Java – How to solve “invalid resource directory name”, resource “crunch”

androidjava

lately I am getting this error from eclipse:
"invalid resource directory name", resource "crunch", type "Android AAPT Problem"
what is this problem and how to solve it?

Best Answer

Fix:

from the menu click Project->Clean...

a popup window will appear. select the check box for the project that is making this issue then click OK.

wait and see, that is it.