我很難將Admob橫幅集成到我的遊戲中。我使用了simple-xml-2.6.2.jar庫,因爲我認爲它很容易實現到我的遊戲中。現在我有一個佈局文件,與發佈者ID和測試設備的正確代碼:Admob與Android中的simple-xml集成?
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<com.google.ads.AdView android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adUnitId="xxxxxxxxxxx"
ads:adSize="BANNER"
ads:testDevices="TEST_EMULATOR, zzzzzzzzzzzz"
ads:loadAdOnCreate="true"/>
</LinearLayout>
遊戲在橫向模式下運行,並且我想恩獲得的廣告展示的一面旗幟在頂部或底部,但沒有顯示任何測試廣告,我對此沒有任何想法。 任何幫助是apreciated!
檢查logcat的輸出。你看到了什麼樣的信息? –