我是最新的AdMob SDK。 加上了这样的活动:
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
i got the following error: "Error: String types not allowed (at configChanges with value keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize| smallestScreenSize )."
在座各位对这个支持论坛进行一些dig问之后,我理解,需要把安的3.2 SDK带给阿卜杜的工作。
HOWEVER! My application is targeted for Android 2.1 (and on). So if i target the app for the Android 3.2 (only because of AdMob), will it block the phones running Eclair/Froyo/Gingerbread from installing/running my application?