After I add a spesific sound file to res/raw I get error (java - android), Why is that?
- by masterkapu
After I add the sound file "do.mp3" to res/raw I get this error:
res\raw\do.mp3:0: error: invalid
symbol: 'do'
And their isn't reference to it in the R class. How do I fix it?