Hi, i'm having a crazy problem, basicaly it's happening with the
package name of my aplication. My aplication package name is
com.glaa91.crazyvibrator .With this, the admob banner, appears all
blue, but if i only change the package name, for example to,
com.glaa91.crazyvibratorr. I only add one r, the abmob banner shows
correctly, with the advertise. Please someone have and idea???

This is the code for the banner :

<RelativeLayout
                xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads";
        android:id="@+id/bannerLayout"
        android:orientation="vertical"
        android:layout_height="wrap_content"
android:layout_width="fill_parent" android:layout_gravity="bottom"
android:layout_alignParentBottom="true">
        <com.google.ads.AdView android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
                android:id="@+id/adView"
        android:layout_height="wrap_content"
        ads:adUnitId="xxxxxxxxxxxxxxxx"
        ads:adSize="BANNER"
        ads:loadAdOnCreate="true"
        android:layout_width="fill_parent"
android:layout_gravity="bottom"/>
    </RelativeLayout>

and this for the activity in the manifest:

<activity
                android:name="com.google.ads.AdActivity"
            android:configChanges="keyboard|keyboardHidden|
orientation"/>

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to