I have looked at all the other answers to this question, but none of them have worked for me. What package identifier is it talking about? I am using R.drawable.bl开发者_如何转开发ah and R is created with the correct package as far as I can see.
Any ideas what could be causing these warnings. They don't cause a problem on my device, but they might on another.
Thanks!
Try cleaning the project (in Eclipse, use Clean from the Project menu. In Ant, try "ant clean"). If that doesn't work, please post some examples of how you're calling resources in your code.
Usually it is because of some Eclipse hickups. Try Project -> Clean...
精彩评论