<?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网站复制粘贴此内容。
答案 0 :(得分:2)
app
声明没有名称空间。我希望能回答你从未问过的问题。
答案 1 :(得分:0)
xmlns:komlimobile =“http://schemas.android.com/apk/res/com.company”