我正在尝试让 AdMob 在我的 Android 应用中运行。我提出了一个新问题,因为我已经遵循了以前线程的建议。
我正在使用 Appcelerator Titanium。
- Android API 在 Titanium 内的运行配置中设置为 4.0.3。
- 工具 API 级别:
<tool-api-level>16</tool-api-level>
- 活动:
<activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
- 我已经对我的项目进行了清理
收到此错误:
[ERROR] /Users/Path/build/android/AndroidManifest.xml:13: error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize').
我做错了什么/是什么原因造成的?谢谢你。