I have changed the project properties to set Android version 3.2, and
in default.properties (target-13).
So Admob(4.3.1) configChanges are compiled.
I have set min sdk to 8 in the manifest file as well.
Now the app runs on 2.2 as well, but the Ads are not running on 2.2.
So does that mean Ads will only run on from 3.2 Android version?
Pls let me know.
Thanks,
Andy
On Nov 10, 9:37 pm, Eric Leichtenschlag <eleichtens...@google.com>
wrote:
> Hi Michael,
>
> The latest SDK requires some additional configChanges. There is the new
> AdActivity definition.
>
> <activity android:name="com.google.ads.AdActivity"
>
> android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiM ode|screenSize|smallestScreenSize"/>
No the ads will run on all versions of android if you have set the target 13 or 14 in the default.properties file, it will still show ads ads in android versions from 1.5 to 3.2(13) or 4.0(14)
However you can set the min version to 3 (1.5) too for your apps to all lower android devices too, it would be better
Prefering the new admob version and using it would be better as there a lot of error improvements in it
change target in default properties, after changing the target version to 14(i.e.4.0, for this you also need to have the Android sdk of android 4.0 in your sdk folder) , the rest you are doing fine
..