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.
If you have a res/raw folder, be sure to add a file with a valid filename, otherwise the entire folder won't show up in the R class. If there's an error with a filename, it will appear in red in the console.