I am trying to add admob to my app, but the manifest changes break the compille everytime.
I have even copied the entire manifest provided in the example (tutorial for admob) it still fails. I have the latest Google admob sdk and admob lib 1.2 loaded, it just fails when using the suggested manifest...
Compiling code. 0.06
Using existing AndroidManifest.xml.
(Project - Do Not Overwrite Manifest option is checked)
AndroidManifest-Example.xml file will be created instead.
Generating R file. 0.00
Compiling generated Java code. 0.56
Convert byte code - optimized dex. 0.43
Packaging files. Error
AndroidManifest.xml:24: error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize').
I have even copied the entire manifest provided in the example (tutorial for admob) it still fails. I have the latest Google admob sdk and admob lib 1.2 loaded, it just fails when using the suggested manifest...
Compiling code. 0.06
Using existing AndroidManifest.xml.
(Project - Do Not Overwrite Manifest option is checked)
AndroidManifest-Example.xml file will be created instead.
Generating R file. 0.00
Compiling generated Java code. 0.56
Convert byte code - optimized dex. 0.43
Packaging files. Error
AndroidManifest.xml:24: error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize').