Possible Duplicate:
Error in strings.xml file in Android
I used three or more lines in strings.xml.
For eg:
<string name="menu_settings">Google's Android</string>
It contains apostrophe.But it shows error.When I remove that,it gets clear.Whether it doesn't support apostrophe in android? How to overcome that?Is there any solution?
Thanks in Advance.