Not entirely sure this is the corrent place to put this question, feel free to move it.
I've tried to develop a couple of small android applications and sometimes (quite often)
I accidentally select Run in the eclipse menu when in a resource file.
This leads to that a file is created with name main.out.xml (if I'm currently working in
main.xml). If I try to build the project and launch it fron a .java file after this I get an
error:
Unparsed aapt error(s)! Check the console for output. <ProjectName> Unknown Android Packaging Problem
The "Console" tab in eclipse does not contain any errors at all. Is there a specific android console that I can't find?
How can I solve this issue? It does not help to delete the out-file or regenerate R.java.
(Forgive me if this is a totally n00b-question, but I can´t find any could information about it on the internet and I am a .Net developer and has not worked with java nor eclipse in 5 years or so.)


