Hey Guys I am using "Google Play Services" to integrate AdMobs banners ads in my application. In Eclips the ads looks fine but when I try to run the application it doesn't show ads in real device. Here is the XML Code I am using for ads.
I am not using any Java code for ads. Just using this XML code provided here. (https://developers.google.com/mobile-ads-sdk/docs/admob/android/play-migration)
<com.google.android.gms.ads.AdView
android:id="@+id/adView"
ads:adSize="BANNER"
android:layout_width="match_parent"
android:layout_height="wrap_content"
ads:adUnitId="ca-app-pub-5278017493272368/8871679336"/>
Here is the Screenshot of the ads showing in Eclips.
Please help me to solve this problem. Any Help will be Appreciated.
Thanls.