Skip to main content

*.out.xml file error

When you run an Android application, you may get error "Error in an XML file" with a strange *.out.xml file.

Why does this cause?
If a xml file on your IDE (probably Eclipse) was  selected when you run your app, this error can happen.

What is the solution?
Just remove the *.out.xml and select the project not xml file. And then run again.

Comments