Android String Resources Error
Submitted by admin on Fri, 2011-01-28 21:59
Multiple annotations found at this line: - error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute? - error: Unexpected end tag string
Solution: Change your string declartion to:
<string name="string_name" formatted="false">every %d day(s)%s</string>
- admin's blog
- Login to post comments
