AndroidアプリでAdMobを動作させようとしています。以前のスレッドのアドバイスに従っているので、新しい質問をしています。
AppceleratorTitaniumを使用しています。
- Titanium内の実行構成でAndroidAPIが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"/>
- プロジェクトでCleanを実行しました
このエラーの取得:
[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').
私は何を間違っているのですか/これを引き起こしているのは何ですか?ありがとうございました。