gpt4 book ai didi

android - Android 中的 XML 错误

转载 作者:太空狗 更新时间:2023-10-29 13:41:50 24 4
gpt4 key购买 nike

<?xml version="1.0" encoding="utf-8"?>
<AbsoluteLayout
android:id="@+id/widget41"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
>

<TextView
android:id="@+id/widget62"
android:layout_width="300px"
android:layout_height="292px"
android:text="Patient education is an integral part of health care delivery across medical centers in developed countries thus encouraging active patient participation and ensuring far better compliance and patient satisfaction. It was this very dream that inspired Dr. Aniruddha and Dr. Anjali Malpani, who founded HELP in 1997, with a dream to make each and every individual in this country aware of his rights and responsibilities as a patient, of ways people could reduce the burden of health care expenses by planning and educating themselves "before" a serious medical problem could strike their family, and how doctors and patients could join hands to achieve health for all. What started as a resource center eleven years back, with a modest collection of material on patient education, in their day care center at Om Chambers, has grown into India's only largest patient education center housing more than 11,000 authentic books on possibly every aspect of health and diseases, along with pamphlets, health care magazines, and an exhaustive audiovisual section too"
android:layout_x="10px"
android:layout_y="32px"
>
</TextView>


<Button
android:id="@+id/widget63"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Next"
android:layout_x="130px"
android:layout_y="352px"
/>

</AbsoluteLayout>

我收到这个错误,这是怎么回事?

Multiple annotations found at this line: - No grammar constraints (DTD or XML schema) detected for the document. - Element type "TextView" must be followed by either attribute specifications, ">" or "/>". - error: Error parsing XML: not well-formed (invalid token)

最佳答案

根节点上的 xmlns 前缀属性应该是解析器遇到的第一个属性。

关于android - Android 中的 XML 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4780815/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com