728x90
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>
728x90