eclipse在开发android应用时出现类似main.out.xml

在 eclipse在开发android应用的过程中,常常会出现类似main.out.xml(即:用于布局的xml文件会自动加上.out)的文件,这时编译的时候是不能通过的,解决方法:

1、Project - > Clean -> 选择Clean all projects

2、Run -> Run configurations,在弹出的窗口的左边,选把Android Application下的节点全部删除,然后添加新的Configuration

原文地址:https://www.cnblogs.com/shihao/p/2415413.html