读书人

异常error: Error parsing XML: unbou

发布时间: 2013-03-21 10:08:17 作者: rapoo

错误error: Error parsing XML: unbound prefix 求解答
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<EditText
android:layout_width="match_parent"
android:layout_hight="wrap_content"
android:name="@+id/editText1"
/>

<TextView

android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
android:id="@+id/textText1"
/>
<ImageView ///这里总是出现这个错误error: Error parsing XML: unbound prefix
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/flg"
andoid:id="@+id/imgeView1"
/>



<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button" />
</LinearLayout> android layout
[解决办法]
<ImageView ///这里总是出现这个错误error: Error parsing XML: unbound prefix
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/flg"
andoid:id="@+id/imgeView1"
/>
单词错了,是android

读书人网 >Eclipse开发

热点推荐