[android-developers] Using ? (question mark) and @ (at symbol) as values for a string resource

2010-07-31 Thread Quintin Willison
Trying to be a good boy here (all strings being declared in resource values) but have hit upon a non-critical but annoying issue... Example from res/values/strings.xml: ? @ Eclipse / Android SDK will not take either of these lines. e.g.: "error: Error: No resource found that matches the

Re: [android-developers] Using ? (question mark) and @ (at symbol) as values for a string resource

2010-08-01 Thread { Devdroid }
On 30 July 2010 14:11, Quintin Willison wrote: > Trying to be a good boy here (all strings being declared in resource > values) but have hit upon a non-critical but annoying issue... > > Example from res/values/strings.xml: > > > >  ? >  @ > > > Eclipse / Android SDK will not take either of the

Re: [android-developers] Using ? (question mark) and @ (at symbol) as values for a string resource

2010-08-01 Thread { Devdroid }
On 30 July 2010 14:11, Quintin Willison wrote: > Trying to be a good boy here (all strings being declared in resource > values) but have hit upon a non-critical but annoying issue... > > Example from res/values/strings.xml: > > > >  ? >  @ > Quote your strings and you will be on safe ground: