2011-12-15 75 views
1
<?xml version="1.0" encoding="utf-8"?> 
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    orientation="vertical" android:layout_width="fill_parent" 
    android:layout_height="fill_parent"> 
    <org.zestadz.ads.ZestadzAd android:id="@+id/ad" 
     android:layout_width="fill_parent" android:layout_height="wrap_content" 
     android:layout_alignParentBottom="true" android:clickable="true" 
     app:backgroundColor="#000000" app:textColor="#FFFFFF" app:keywords="Android game" /> 
</RelativeLayout> 

我有一個錯誤,說明未綁定的前綴我從http://www.komlimobile.com網站複製粘貼。在xml中的未綁定前綴

回答

2

沒有聲明app的命名空間。我希望能回答你從未問過的問題。

+1

是不是這個名字空間 「的xmlns:機器人=」 http://schemas.android .com/apk/res/android「」? – Lukap 2011-12-15 19:04:45

0

的xmlns:komlimobile = 「http://schemas.android.com/apk/res/ com.company」

相關問題