Hi all,
I use AppToMarket success, however when i install app > appear error: you must have adactivity declared in androidmanifest.xml with configChanges

I fix this with the instructions on the internet:
<!-- AdMobActivity definition -->
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
And:
Android SDK version: Min SDK version 8 - Target SDK: 16
However, don't fix :(
Hope you can help me fix this, thank you and regards