어제 시작을 했는데요 이클립스에서 프로젝트를 만들고 그리고 책에서 텍스트 뷰로 글을 올려보거나
아니면 그림파일을올리려구 하면은 실행시에 자꾸 에러가 나요..ㅜㅜ
이거 뭐가 잘못된건지 아니면 설정을 안한게 있는지 아무리 찾아봐도 모르겠어요.
좀 갈쳐주세요..

메인코드
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >
<ImageView
 android:layout_width="fill_parent"
 android:layout_height="wrap_content"
 android:src="@drawable/bororo" //여기에서 뽀로로 사진을 넣을려구 했어요.. 책이랑 똑같이 해더 계속 이러네요..ㅜㅜ
 />
</LinearLayout>


에러코드
[2010-08-27 17:29:09 - androidfirst] ActivityManager: Warning: Activity not started, its current task has been brought to the front
[2010-08-27 17:32:53 - androidfirst] Error in an XML file: aborting build.
[2010-08-27 17:32:54 - androidfirst] res\layout\main.xml:0: error: Resource entry main is already defined.
[2010-08-27 17:32:54 - androidfirst] res\layout\main.out.xml:0: Originally defined here.
[2010-08-27 17:32:54 - androidfirst] C:\Documents and Settings\UM_204\workspace\androidfirst\res\layout\main.out.xml:1: error: Error parsing XML: no element found

[2010-08-27 17:37:13 - androidfirst] Error in an XML file: aborting build.
[2010-08-27 17:40:46 - androidfirst] Error in an XML file: aborting build.
계속 이런 에러가 나요
무엇이 잘못된건가요??
고수님들 답변좀 기다릴께요
감사합니다.