#当在写android的xml文件中出现Unexpected text found in layout file: “”"的解决办法
原文地址:https://blog.youkuaiyun.com/j903829182/article/details/20157007
当出现 Unexpected text found in layout file: “”" Incorrect line ending: found carriage return (\r) witho时,我们有可能多敲了引号,但有的时候,我们认真的检查了,却没发现,这应该是eclipse反应迟钝的结果,在网上找了很多解决办法,发现有一个很有用原因是你多敲了个",或者多敲了其他字符并回车了,这时你格式化代码(英文键盘下,Ctrl+Shift+F),就能看到你多敲的"了,有时在布局文件中多敲的字符eclipse没有显示,这时你不知道哪里错了,可以格式化代码试下。。。。。。,