xmlns:android ="http://schemas.android.com/apk/res/android"此行在线性布局中标记为错误

use*_*052 2 xml android android-linearlayout

在我的XML文件中,我做了一些LinearLayout,由于某种原因,我在网上得到了一个错误: xmlns:android="http://schemas.android.com/apk/res/android".它标有红色(错误),错误日志显示:"Unexpected namespace prefix "xmlns" found for tag LinearLayout"

有人知道这意味着什么吗?

Sho*_*uri 7

1)仅在您拥有的最外层布局中使用它.指定一次就足够了.删除所有其他出现的事件.

请参阅为标记LinearLayout找到的意外名称空间前缀"xmlns"