<?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"
    >
<TextView 
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="@string/hello                   여기서
<EditText id="android:id"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:background="@android:drawable/editbox_background"
    />
이부분만 수정하였는데 갑자기
Unparsed aapt error(s)! Check the console for output. HelloAndroid1  Unknown Android ADT Problem
Premature end of file. main.out.xml /HelloAndroid1/res/layout Unknown Android XML Format Problem
warning: found plain 'id' attribute; did you mean the new 'android:id' name? main.xml /HelloAndroid1/res/layout line 12 Android AAPT Problem

라는 오류가 뜹니가 고수님들의 해결방안을 알려주시면 감사하겠습니다