I am trying to put an image name “package.png” in my drawable folder. As soon as i paste them it into the folder it is throwing following error:
[2012-05-26 12:40:30 - MyApp] res/drawable-mdpi/package.png:0: error: invalid symbol: 'package'
But as soon as i rename to some other name, this image works fine. Any idea why this is happening and how i can fix this and have a drawable named “package”.
you cant do that, as it is a Reserved word. just like…
Each resource having entry in java field name inside
R.java class: