I am working on Admobs . I downloaded code from this Admobs site now in manifest file it is declare that for Ad view Activity it should use these config changes:
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
which is available in 4.0 and above in android. but my app built requires 3.0 api level and above so in 3.0 till 3.2 i can't use these config settings so when i use:
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode
it gives error:
you must have adActivity declared in manifest with config changes
And ads not shown after this any help would be appriciated