I need add string starts with “@” in android resources, but take error:
No resource type specified (at ‘str1’ with value ‘@%s test’).
My string is:
<string name="str1" formatted="false">@%s test</string>
How I must encode “@” to place it in string resources?
I am pretty sure you can just escape it
\@