开发者

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

After I add the sound file "do.mp3" to res/raw I get 开发者_StackOverflow社区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?


The way android generates the R.... values basically makes it so that java reserved keywords cannot be used as file names.

If you look in gen.[project.path].R.java you will see a static int for each resource. The names have to be valid java names since it is a java file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜