问题:用Eclipse进行andriod编程时,Layout文件里提示错误:Incorrect line ending: found carriage return (\r) without corresponding newline (\n)
解决方案:
1、Open layout file
2、Ctrl+Shift+F
3、Save the layout file and close it.
Delete any .out files the builder might have created.
Clean project.