Android编程常见问题之五

来源:互联网 发布:淘宝主播super米娜华少 编辑:程序博客网 时间:2024/05/22 17:07

问题:用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.

0 0