剛接觸Android,一切就緒之後,點運行卻出現:
[2010-09-29 11:02:37 - UIandroid] res/layout/main.out.xml:0: Originally defined here.
[2010-09-29 11:02:37 - UIandroid] E:/android/UIandroid/res/layout/main.out.xml:1: error: Error parsing XML: no element found
[2010-09-29 11:02:41 - UIandroid] res/layout/main.xml:0: error: Resource entry main is already defined.
[2010-09-29 11:02:41 - UIandroid] res/layout/main.out.xml:0: Originally defined here.
[2010-09-29 11:02:41 - UIandroid] E:/android/UIandroid/res/layout/main.out.xml:1: error: Error parsing XML: no element found
[2010-09-29 11:03:20 - UIandroid] Error in an XML file: aborting build.
[2010-09-29 11:19:14 - UIandroid] Error in an XML file: aborting build.
鬱悶了,網上找了很久,有說是直接運行了res/main.xml之後的結果,我按他們所說的,刪除了main.out.xml再次運行還是不行,沒辦法只好去網上拚命的找,
終於找到了:
[解決方式]
1) 把 main.xml.out 刪除
2) Eclipse/ Project/ Clean
關鍵是第2步,需要清楚焦點!!!!