farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

[Android] AdMob ad's not displaying on high res screens #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a high pixel density handset or simulator (in my case the Sprint Knight 
or an lcd.density 240 simulator.
2. Verify that an AdMob advertisement is filled by following log cat.
3. Note the ad is not displaying.

What is the expected output? What do you see instead?
Expected is for the ad to display as it does on lower resolution handsets and 
simulators but it displays nothing even when the ad is being filled.

What version of the product are you using? On what operating system?
AdWhirl SDK v. 2.6.2

Please provide any additional information below.
Inserting ad programatically not through layout XML.

I have also verified simply displaying ads through using AdMob without AdWhirl 
is working fine on the higher resolution handsets.

Finally I am running into issue 137, and v. 2.6.1 of the AdWhirl SDK has not 
solved my problem, and the work around of setting android:anyDensity to false 
is not a viable solution for my application.

Original issue reported on code.google.com by amirk...@gmail.com on 15 Mar 2011 at 11:25