新手求助Android:Error parsing XML: junk after document element
</LinearLayout><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap...
</LinearLayout>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="我是XML生成的2"
/> 展开
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="我是XML生成的2"
/> 展开
4个回答
展开全部
没有遇到过,但是下面的绝对不会错:
<?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"
/>
</LinearLayout>
你对照一下,另外,android:text="参数" 该行最好不要直接赋值。还有可能根中文有关!
再检查该layout的命名,xx.xml,命名不能用大写!!
如果满足了上面几点,相信一定可以成功!
<?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"
/>
</LinearLayout>
你对照一下,另外,android:text="参数" 该行最好不要直接赋值。还有可能根中文有关!
再检查该layout的命名,xx.xml,命名不能用大写!!
如果满足了上面几点,相信一定可以成功!
展开全部
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="我是XML生成的2"
/>
</LinearLayout>
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="我是XML生成的2"
/>
</LinearLayout>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
textview is outside of linearlayout .
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询