I am trying to ad some ads to my android application using admob, but when the app loads, the adview gives an error saying
You must have AdActivity declared in AndroidManifest.xml with configChanges
I do have that in the manifest though, i cant show you as i am not to post images.
So i don’t know why it’s doing this?
Can anyone help?
You need to define an activity in android manifest fail to integrate admod to your map. Entry should be
Here is good tutorial on how to integrate addmob with your app.
Android admob tutorial