错误error: Error parsing XML: unbound prefix 求解答

dongxuehanshuang 2013-03-17 01:01:09
<?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>
...全文
333 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
dongxuehanshuang 2013-03-17
  • 打赏
  • 举报
回复
谢谢看了好久呢,
  • 打赏
  • 举报
回复
<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

58,446

社区成员

发帖
与我相关
我的任务
社区描述
Java Eclipse
社区管理员
  • Eclipse
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧