My previous question got closed by a moderator, so please read this: The other threads do not resolve the problem. I have read them and tried everything.
I'm trying to get AdMob to work in my Android app. I'm making a new question because I already followed the advice of previous threads.
I'm using Appcelerator Titanium.
Android API is set to 4.0.3 in Run Configurations inside Titanium.
I've set
<uses-sdk android:maxSdkVersion="15" android:minSdkVersion="15" android:targetSdkVersion="15" />
<android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
I've ran a Clean on my project
I've set
target=android-15
in bothdefault.properties
andproject.properties
Getting this error:
[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').
What am I doing wrong/What is causing this? Thank you.
15
, since that matches your Android 4.0.3 run configuration? – Philous