AdMob and Leadbolt Ads

yiankos1

Well-Known Member
Licensed User
Longtime User
Hello my friends,
I want to ask you something about above ads. Is it possible to have those two kinds of ads in one app? Because at tutorial for leadbolt says "tick" overwrite manifest and in AdMob tutorial says "untick".
I am trying to do this, leadbolt ads shows normal but in admob i got message ""You must have AdActivity declared in Android Manifest.xml with configChanges."
When i add that:
B4X:
'AdMob
AddApplicationText(
 <activity android:name="com.google.ads.AdActivity"
  android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
)
'End of AdMob
i get a compiling error:
AndroidManifest.xml:28: error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize').
I did an extended search about that problem, i want to ensure you that it's "unticked" and its NOT read only the manifest.xml file.
 
Last edited:
Top