所以早些时候它说我在玩弄并尝试不同的解决方案之后现在有垃圾xml,我有2个错误而不是1个!现在我在 ?xml version="1.0" encoding="utf-8"?> 旁边有一个错误,上面写着:error parsing prefix: unbound XML
com.admob.android.ads.AdView 旁边的另一个错误说:根元素后面的文档中的标记必须格式正确。
<?xml version="1.0" encoding="utf-8"?<
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
<com.admob.android.ads.AdView
android:id="@+id/ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
xmlns:backgroundColor="#000000"
xmlns:primaryTextColor="FFFFFF"
xmlns:secondaryTextColor="#CCCCCC"
android:layout_alignParentTop="true"
ads:adUnitId="xxxxxxxxxxxx"
ads:adSize="BANNER"
ads:loadAdOnCreate="true"
/>