标签: android compilation namespaces xml-namespaces
我正在挖掘我的android项目,发现我的一个style.xml文件缺少名称空间语句:xmlns:android="http://schemas.android.com/apk/res/android"。但是,这看起来不会导致任何错误(到目前为止)。它让我想知道是否有必要包含命名空间,还是仅仅作为安全检查?
xmlns:android="http://schemas.android.com/apk/res/android"