だから私は自分のプログラムに広告を追加しようとしています。ご覧のとおり、これはxmlです
<com.google.ads.AdView
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:id="@+id/adView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/textView1"
android:layout_alignParentBottom="true"
android:layout_marginBottom="27dp"
ads:loadAdOnCreate="true"
ads:testDevices="TEST_EMULATOR, TEST_DEVICE_ID"
app:adSize="BANNER" >
</com.google.ads.AdView>
エラーが発生します
Error parsing XML: unbound prefix
私はstackoverflowとGoogleで解決策を検索しましたが、彼らはいつも私に置くように言いました
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
しかし、私はすでにそれを持っているので、なぜこのエラーが発生するのかわかりません