Possible Duplicate:
Android sdk main.out.xml parsing error
sometimes when I’m in the layout xml file and hit the run button accidentally, I get an x_out.xml file created in the directory. Its like if I am in the home.xml and hit run, eclipse creates home_out.xml and its empty do you know why is that happining?
This occurs when you install some of the xml-plugins in eclipse.
If you do not need those xml plugins for other projects you can remove them. Eclipse recognizes the xml files as part of your android project and directly starts the android project
When you click the Run button with an XML file selected, Eclipse is running an XSL Transformation on that XML and producing the .out.xml file as the result. This is a feature of the Eclipse Web Tools feature, which you’ll have if you installed the Eclipse for Java EE Developers package (it may be included in other packages, too).
To Remove this Error –