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 中有说明。

posted on 2012-02-14 14:17  圣斗士  阅读(7189)  评论(5编辑  收藏  举报