After I add a spesific sound file to res/raw I get error (java - android), Why is that?

Posted by masterkapu on Stack Overflow See other posts from Stack Overflow or by masterkapu
Published on 2010-05-01T06:55:21Z Indexed on 2010/05/01 6:57 UTC
Read the original article Hit count: 190

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about android

Related posts about java