Possible Duplicate:
Admob implementation Error
Foe AdMob, I am using GoogleAdmobAdsSdk-4.3.1.jar file. I am getting below error in the ads area of my HTC device "You must have AdActivity declared in AndroidManifest.xml with configChanges."
But I have added this configChanges in AndroidManifest file as:
<activity
android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout" />
So what is wrong?