Admob Ads невозможно загрузить - PullRequest
0 голосов
/ 31 января 2012

Я очень доволен !! Я пытаюсь внедрить Admob Ads в свое приложение ... но это грандиозный сбой ... я трачу больше времени на внедрение Admob, чем на кодирование моего приложения ... Мне действительно нужна ваша помощь, пожалуйста.

я даю вам всю информацию:

Мой AndroidManifest.xml

    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="package.test.sound"
    android:versionCode="1"
    android:versionName="1.0" >
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    <application
    android:icon="@drawable/gg"
    android:label="@string/app_name" >
    <activity
        android:name=".startActivity"
        android:label="@string/app_name" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity
        android:name=".test1"
        android:label="@string/app_name" >
        </activity>
    <activity
        android:name=".test2"
        android:label="@string/app_name" >
        </activity>
    <activity
        android:name=".test3"
        android:label="@string/app_name">
        </activity>
        <meta-data android:value="xxxx MY ID xxxx"     android:name="ADMOB_PUBLISHER_ID" />
    <activity android:name="com.google.ads.AdActivity"
              android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"></activity>

    <uses-sdk android:minSdkVersion="10"/>

    </application>

    </manifest>

А теперь мой Main.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:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/sc2"
android:orientation="vertical" >

<LinearLayout
    android:id="@+id/linearLayout1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:gravity="center" >

<Button
        android:id="@+id/button1"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:text="test1"
        android:textColor="#005113" />


    <Button
        android:id="@+id/button3"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:text="test2"
        android:textColor="#970000" />





    <Button
        android:id="@+id/button2"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:text="test3"
        android:textColor="#001760" />
    </LinearLayout>
<LinearLayout
    android:id="@+id/linearLayout1"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    android:gravity="bottom" >

    <com.google.ads.AdView
        android:id="@+id/adView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        ads:adSize="BANNER"
        ads:adUnitId="xxxx MY ID xxxx"
        ads:loadAdOnCreate="true" >
    </com.google.ads.AdView>
</LinearLayout>
</LinearLayout>

Я не знаю, что делать ...

Я использую Admob SDK 4.3.1, а свойства моего проекта на Android 4.0.3 !! Цель моего проекта: target = android-15.

И еще одна вещь ... когда я устанавливаю свой APK на мой HTC EVO 3D, приложение не отображается в ПОЛНОМ ЭКРАНЕ, оно мало на моем экране, я тоже не знаю, почему ...

Но моя первая большая проблема в том, что реклама не показывается ...

И когда я эмулирую свое приложение с эмулятором AVD в затмении, у меня появляется этот экран при отладке LogCats: http://s4.noelshack.com/old/up/help-c2e97f1a28.jpg

Спасибо за вашу помощь !!!

1 Ответ

1 голос
/ 31 января 2012

Похоже, что вы не можете подключиться к серверам admob.

Вы можете проверить это, попытавшись пропинговать admob (media.admob.com согласно вашему скриншоту) с эмулятора терминала в Android.

...