Java android Multiple replacements specified in non-positional format; did you want to add the formatted = "false" attribute?
I want to disable the text in the TextView: this is my value in the line:
<string name="coords2">Lat: %1$.2f %c\nLon: %2$.2f\n(%3$.0fm)</string>
But when I create apk I see this:
Error:(764) Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
Error:(764) Unexpected end tag string
+3
user6880743
source
to share