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中的未綁定前綴
是不是這個名字空間 「的xmlns:機器人=」 http://schemas.android .com/apk/res/android「」? – Lukap 2011-12-15 19:04:45