error: Apostrophe not preceded by \

解决方案为:在编译出错提示中找到相关的string.xml文档,在string标签中的字符串含有单引号(‘)前面,加上反斜杠(\)转义即可。或string字符串的'是中文字符串修改成英文字符串即可

你可能感兴趣的:(error: Apostrophe not preceded by \)