KB-20071218-041

From Triled Wiki

Jump to: navigation, search

resource example (from original post):

<string name="Numeric_Format">#,##0</string> 

Eclipse IDE produces error:

Error: Color value not valid -- must be #rgb, #argb, #rrggbb, or #aarrggbb (at 'Numeric_Format' with value '#,##0'). 

[edit] Temporarily solution

Workaround is suggested by Luisa Magarian, you need to escape first character:

<string name="Numeric_Format">\#,##0</string> 

[edit] See also

Personal tools