Erro de análise do Android sdk main.out.xml

Acabei de começar um novo projeto Android, helloword "para continuar aprendendo desenvolvimento Android e fiquei perplexo compilando o padrão 'helloword' compilação / run. Eu acho que perdi uma etapa na configuração e configuração, mas eu estou em uma perda para descobrir Eu tenho um AVD configurado, definido e lançado.

Quando eu pressiono 'executar como', não consigo encontrar android2.1 simulator.and encontrar esses erros:

[2012-07-25 08:59:49 - helloword] res\layout\activity_main.xml:0: error: Resource entry activity_main is already defined.
[2012-07-25 08:59:49 - helloword] res\layout\activity_main.out.xml:0: Originally defined here.
[2012-07-25 08:59:49 - helloword] E:\android软件开发\新建文件夹\helloword\res\layout\activity_main.out.xml:1: error: Error parsing XML: no element found
[2012-07-25 10:03:12 - helloword] /helloword/gen already exists but is not a source folder. Convert to a source folder or rename it.
[2012-07-25 10:03:13 - helloword] /helloword/gen already exists but is not a source folder. Convert to a source folder or rename it.
[2012-07-25 10:03:15 - helloword] File is Out of sync
[2012-07-25 10:05:13 - helloword] /helloword/gen already exists but is not a source folder. Convert to a source folder or rename it.
[2012-07-25 10:08:44 - helloword] activity_main.out.xml is out of sync. Please refresh.
[2012-07-25 10:08:45 - helloword] activity_main.out.xml is out of sync. Please refresh.

questionAnswers(3)

yourAnswerToTheQuestion