开发者

videoView XML file is showing error !

Error in the following 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" />

The error shown is : Multiple annotations found at this line: - The processing instruction target matching "[xX][mM][lL]" is not allowed. - No grammar constraints (DTD or XML schema) detected for the document.

videoView XML file is showing error !

Request someone to let me know how 开发者_如何学运维can i resolve it.


try using RelativeLayout instead of LinearLayout and try cleanining you project! hope helps!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜