When I try to make a reference to any file in //res/raw/ Through the R class, it acts as though I do not have the 'raw' directory in the project. I checked in the project files as well as in the eclipse IDE - it is definitely there.
here:
MediaPlayer mp = MediaPlayer.create(Project.this, R.raw.Gunshot);
This code prevents me from compiling... Eclipse says "raw cannot be resolved or is not a field.
I have restarted, refreshed, and built the project without that code, but it will not go away. HELP