<?xml version="1.0" encoding="utf-8"?>
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.hyphenate.easeui.widget.EaseConversationList
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent"
android:cacheColorHint="#00000000"
android:divider="@null"
hyphenate:cvsListPrimaryTextSize="16sp"/>
报错Error parsing XML: unbound prefix,我在网上找了很多办法都没能解决掉,所以请大神指教!!
Error parsing XML: unbound prefix
错误现象:
在mmm编译apk时,解析layout xml文件出错,错误信息如下:
res/layout/main.xml:2: error: Error parsing XML: unbound prefix错误原因:
res/layout/main.xml第二行内容如下:
注意,上面这行的Android......
答案就在这里:Error parsing XML: unbound prefix
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。
hyphenate这个命名空间在哪里定义的。
hyphenate这个命名空间是在这里的,这是一个依赖库