I am trying to integrate AdMob and I have come to the point where I have to add this line to my manifest and I keep getting this error. This is the exemplar from this link http://code.google.com/mobile/ads/docs/android/fundamentals.html
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize').