The fundamental problem is that Eclipse will allow you to import files into /res that do not have legal Android names. In my case I had a capital letter the name of a PNG file. Once you do it, then R.java won't build right. I'm sure there's some broken project file somewhere but I can't find anything that looks unusual. This is not the first time it's happened to me so I'd like to find an easier solution than building a new project and importing all the old files.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

