unexpected namespace prefix ”android” found for tag TextView
好几处地方都显示这样的错误,为什么,怎么解决
根布局中添加命名空间:
xmlns:android="http://schemas.android.com/apk/res/android"这种东西忘了
找不到安卓前缀的TextView标签?
你贴张你在onCreated方法里写的的代码我看看
namespace prefix 命名空间前缀错误,要么就是前缀丢失,要么是里面有拼写格式错误。还有一个可能是
xmlns:android="http://schemas.android.com/apk/res/android"这种东西忘了