How I could add R.raw class to my android project? Now I haven\'t /res/raw folder at all (and class as well). And I can\'t find any tools in eclipse to do that. So how to add R.
Create a raw
android resource directory.
Once the raw directory is created, Make sure to add a valid media file
After following the above procedure, you should be able to access your media files by using R.raw.media_file