Admob is not able to load ads into my app. I have been waiting for a while, and still there is no ad.
<com.google.ads.AdView android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adUnitId="pub-||||||||||||||||" \\ blanked out.
ads:adSize="BANNER"
ads:testDevices="TEST_EMULATOR, 20080411413fc082"
ads:loadAdOnCreate="true"/>
My Manifest
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation
|screenLayout|uiMode|screenSize|smallestScreenSize"/>
LogCAT
10-06 20:43:28.187: W/Ads(11465): Invalid unknown request error: Cannot determine request type. Is your ad unit id correct?
10-06 20:38:52.937: E/ActivityThread(11465): Failed to find provider info for com.google.plus.platform
Image
Image to show that I have admob jar in libs.
Any help is appreciated.
Thank you.