Hello All I have added below strings in string res...
# android
m
Hello All I have added below strings in string resource file.
Copy code
<string name="base_fare">Base Fare</string>
    <string name="continue_">CONTINUE</string>
There is nothing like formated string but still compiler showing Multiple substitutions specified in non-positional format of string resource string/directory_with_item_count. Did you mean to add the formatted="false" attribute? error . Dose any one know about this?
😶 3