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.
Using IntelliJ Idea:
1) Invalidate Caches, and 2) right click on resources, New Resources directory, type = raw 3) build
note in step 2: I was concerned that simply adding a raw directory wouldn't be enough...