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

相关文章:

  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-01-03
  • 2022-01-17
  • 2021-12-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2022-01-02
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案