2011-04-06 31 views
0

錯誤在下面的XML:videoView 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]的[11]」 不 允許。 - 沒有爲 文檔檢測到語法約束(DTD或XML模式)。

error snapshot

請求別人讓我知道我怎麼能解決這個問題。

回答

0

嘗試使用RelativeLayout而不是LinearLayout並嘗試清理你的項目!希望有幫助!