I just started a new Android project, \"WeekendStudy\" to continue learning Android development and I got stumped compiling the default \'hello weekendstudy\' compile / run.
I faced this problem but above answers do not help me. After look around, I fixed this by my self and I think I should write down the solution.
The android compiler create *.out.xml if you run the project as XSL. to fix this, you should do these steps:
Hope this helps.