Whenever I try to add a resource folder to my Android project in Eclipse (3.7.0), I always get the following error:
invalid resource directory name: C:\\path
For putting your resources like .mp3 files, create a folder named /raw under /res folder and store your files in it.And of course clean your project after this.
This will definitely solve your problem.