AndroidManifest.xml admob的activity如下:
<activityandroid:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
然后設置android的target為3.2 以上即可。
這其實在 http://code.google.com/intl/zh-CN/mobile/ads/docs/android/fundamentals.html 的 Requirements 中有說明。