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.
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.
It was reported as a bug. There might an issue with xml plug-ins or something. I've always deleted the xxxx.out.xml
file. Take a look at SO threads:
Simply open any of the .java file in the src directory. Simply click on it an hit run