嗨,我刚开始编程,我刚刚收到此错误消息“在此行找到多个注释:- 根元素后面的文档中的标记必须格式正确。”
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/jcea"
/>
</LinearLayout>