新手求助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"
/>
展开
 我来答
milayihe
2011-04-07
知道答主
回答量:12
采纳率:0%
帮助的人:10.7万
展开全部
没有遇到过,但是下面的绝对不会错:
<?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,命名不能用大写!!

如果满足了上面几点,相信一定可以成功!
nehcam
推荐于2016-03-28 · TA获得超过221个赞
知道答主
回答量:139
采纳率:0%
帮助的人:132万
展开全部
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="我是XML生成的2"
/>
</LinearLayout>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
英消
2011-04-10
知道答主
回答量:11
采纳率:0%
帮助的人:12.9万
展开全部
textview is outside of linearlayout .
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
hts20228
2011-04-09
知道答主
回答量:2
采纳率:0%
帮助的人:0
展开全部
有时候是开发环境的问题
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式