<?xml version=”1.0″ encoding=”utf-8″?>
<LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android”
android:orientation=”vertical” android:layout_width=”match_parent”
android:layout_height=”match_parent”>
<TextView
android:text=”设置中心”
style=”@style/TitleStye”/>
<android.ye.mobileguard.View.SetItemView
xmlns:mobileguard=”http://schemas.android.com/apk/res/android.ye.mobileguard”
android:id=”@+id/set_update”
android:layout_width=”match_parent”
android:layout_height=”wrap_content”
mobileguard:destitle=”xxxxxx”
mobileguard:desoff=”xxxxxx”
mobileguard:deson=”xxxxx”
//提示unexcepted namespace prefix
>
</android.ye.mobileguard.View.SetItemView>
这个mobileguard命名怎么用不了,提示本人用Android:,,本人看拼写也没错,clean了也不行,重新开启AS也不行。本人这哪出问题了
<LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android”
android:orientation=”vertical” android:layout_width=”match_parent”
android:layout_height=”match_parent”>
<TextView
android:text=”设置中心”
style=”@style/TitleStye”/>
<android.ye.mobileguard.View.SetItemView
xmlns:mobileguard=”http://schemas.android.com/apk/res/android.ye.mobileguard”
android:id=”@+id/set_update”
android:layout_width=”match_parent”
android:layout_height=”wrap_content”
mobileguard:destitle=”xxxxxx”
mobileguard:desoff=”xxxxxx”
mobileguard:deson=”xxxxx”
//提示unexcepted namespace prefix
>
</android.ye.mobileguard.View.SetItemView>
这个mobileguard命名怎么用不了,提示本人用Android:,,本人看拼写也没错,clean了也不行,重新开启AS也不行。本人这哪出问题了
解决方案
40
xmlns:mobileguard=”http://schemas.android.com/apk/res-auto”改成这个试试