当前位置:编程学习 > wap >>

这是什么问题,求解???

<?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" >
<TextView
   android:id="@+id/JNItest"
   android:layout_width="fill_parent"
   android:layout_height="wrap_content"
   android:text="@string/JNItest"
/>
</LinearLayout>

问题:Multiple annotations found at this line:
- Element type "TextView" must be followed by either attribute specifications, ">" or "/>".
- error: Error parsing XML: not well-formed (invalid token) XML Android 编码 textview
补充:移动开发 ,  Android
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,