Android videoView XML文件显示错误!

Android videoView XML文件显示错误!,android,Android,以下XML中存在错误: <?xml version="1.0" encoding="utf-8"?> <VideoView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/videoView" android:layout_width="fill_parent" android:layout_height="fill_parent" /&

以下XML中存在错误:

 <?xml version="1.0" encoding="utf-8"?>
 <VideoView xmlns:android="http://schemas.android.com/apk/res/android" 
     android:id="@+id/videoView" 
     android:layout_width="fill_parent"
     android:layout_height="fill_parent" />
显示的错误是: 在此行找到多个批注: -与[xX][mM][lL]匹配的处理指令目标不匹配 允许。 -未检测到的DTD或XML架构的语法约束 文件


请某人告诉我如何解决此问题。

尝试使用RelativeLayout而不是LinearLayout,并尝试清理您的项目!希望有帮助