Sometimes Android SDK compiling Project will generate an empty layout XML named main.out.xml, which makes compile failed.
The file has to be deleted before compiling again. Why will it appear? and how to avoid it?
My IDE is Eclipse with ADT.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It was reported as a bug. There might an issue with xml plug-ins or something. I’ve always deleted the
xxxx.out.xmlfile. Take a look at SO threads: