问题:用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.
解决Eclipse Android布局文件错误
本文介绍了解决Eclipse中Android布局文件出现“Incorrect line ending: found carriage return (
) without corresponding newline (
)”错误的方法。通过打开文件、使用快捷键Ctrl+Shift+F进行格式化、保存关闭文件并清理项目等步骤可以有效解决该问题。
3891

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



