> That's possible if you've been editing resources - Android tools > occasionally fail to regenerate correct resource identifiers, which can > cause your app to crash with mysterious "illegal typecast" exceptions, > findViewById randomly returning null, etc.
I think this was fixed with version 15 or 16 --- at least I haven't had those type of errors since. > > I suppose the imports can get messed up if you do "organize imports" after > having cleaned the project, in the middle of a rebuild. Yes. If you "organize imports" while your app.R is not build, it will import android.R and mess up your file. -- 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

