android layout xml error: Error parsing XML: junk after document element
<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.androi...
<?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="Hello world,BMI"
/>
</LinearLayout>
Multiple annotations found at this line:
- The markup in the document following the root element must be well-
formed.
- error: Error parsing XML: junk after document element
我继续移动 光标到</LinearLayout> 这一行下面 错误所在行也跟着下移 在光标所在行 展开
<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="Hello world,BMI"
/>
</LinearLayout>
Multiple annotations found at this line:
- The markup in the document following the root element must be well-
formed.
- error: Error parsing XML: junk after document element
我继续移动 光标到</LinearLayout> 这一行下面 错误所在行也跟着下移 在光标所在行 展开
展开全部
复制过来可能带了一些你看不见的字符,像空格,回车类似的,而xml不能识别就提示错误了
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
程序本身没错,楼主检查一下,输入符号等是否有错!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.........这个没错呀,我在我这里试是对的
追问
我是复制过来的 但是后来我 重新手动输入 竟然就没错了 可能是什么原因呢?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询