我想廣告添加到我的使用AdMob Android應用,但都碰壁。 AdMob的說,它需要從logcat
AdMob中使用Android的:無法解析的android:configChanges在清單
E/Ads (26043): The android:configChanges value of the com.google.ads.AdActivity must include uiMode.
E/Ads (26043): The android:configChanges value of the com.google.ads.AdActivity must include screenSize.
E/Ads (26043): The android:configChanges value of the com.google.ads.AdActivity must include smallestScreenSize.
但是以下,在Android SDK在Eclipse在Ubuntu不能夠解析以下,
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
當我去了活動並選擇屬性在清單中,最後三項顯示「無法識別的標誌」。
我想在Android 1.6(API等級4)添加廣告,但這些屬性不存在,直到十幾歲API級別。我如何協調這一點?
是的,它是如此奇怪的是,AdMob的網頁說,它可以在1.5及以上運行。 – Reno