continue is a Java keyword and thus cannot be used to name resources. Otherwise the compiler would complain about the generated R.java file.
On Fri, Jan 30, 2009 at 11:34 AM, Nmix <[email protected]> wrote: > > I created a new string in the resource file and got what seems to be > an odd error. The name of the string was "continue". The error > reported: ERROR invalid symbol: 'continue' > > Changing the name by even one character solved the problem so it's > nothing serious. My question: is there some set of names we must not > use as resource identifiers? > > Thanks. > > > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

