manifest error in compilation (with admob)

stefanoa

Active Member
Licensed User
Longtime User
when i compile (with admob library), i've this error:

Packaging files. Error
AndroidManifest.xml:27: error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout| uiMode|screenSize|smallestScreenSize').

i've added in manifest editor the strings:

AddApplicationText(
<!-- Required by AdMob -->
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|ori entation|screenLayout|uiMode|screenSize|smallestSc reenSize"/>)

what's the problem?
thanks
 
Top