In my strings.xml file, I created a line containing (it), and I get this error.
Error: (218) Apostrophe, which is not preceded by \
Yes, I know that I need to either put in front of the apostrophe, or just delete the apostrophe, but my problem is that when I launch the application using (it \ s) or just deleting it, it returns; even if I delete the entire line, everything returns when I click run. How to stop it?
Here's the line, but it really doesn't matter. I just want it to be deleted and not restored when the application starts.
<string> name="talk" So, you want these things? LOL its gonna</string>
android string xml
John Westlen Feb 24 '16 at 1:57 2016-02-24 01:57
source share