android 报错: error: Apostrophe not preceded by \
很久没更新博客了,今天遇到一个低级错误,定位了好一会儿,在android string.xml文件增加语言自适应描述时遇到如下报错:
E:\client\common_version\Ipcamera3.0.10\res\values\strings.xml:16: error: Apostrophe not preceded by \(in Before click sure,Please make sure the two points:\n
first:make sure you have enter correct password,or you can't find the camera. \n
second:the camera will reboot and its ip may change. \n
)
删查定位法,查到问题根源是can't 中的‘符号,不支持此符号!改成can not就OK了!
本文介绍了一种常见的Android开发中遇到的问题:在strings.xml文件中使用某些特殊字符会导致编译错误。通过一个具体例子展示了如何快速定位并解决此类问题。
4097

被折叠的 条评论
为什么被折叠?



