Błąd analizowania sdk main.out.xml w systemie Android

Właśnie rozpocząłem nowy projekt na Androida, helloword ", aby kontynuować naukę programowania na Androida, a ja miałem kłopoty ze skompilowaniem domyślnej kompilacji / uruchomienia helloword. Myślę, że przegapiłem krok w konfiguracji i konfiguracji, ale nie mogę się dowiedzieć gdzie mam skonfigurowany i uruchomiony AVD.

Po naciśnięciu przycisku „uruchom jako” nie mogę znaleźć symulatora android2.1. Znajdź te błędy:

[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