[Android] Multiple annotations found at this line 해결 방법
2014. 9. 16. 14:38ㆍPrograming/Debugging
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
Before
<string name="copied_file_name_2" >Copy %d of %s</string>
After
<string name="copied_file_name_2" formatted="false">Copy %d of %s</string>