I have created an application for admob, but I am getting an error. I found an example from Google and I have tried it, but there is a problem when I'm launching the application .
I'm using Android 2.2 API 8. I am able to launch the application, but this block is causing an error.
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
If I change this to
android:configChanges="keyboard|keyboardHidden"
then I am able to launch the application, but there is an error coming on our add field.
you must have adactivity declare in Android Manfiest.xml with config change
Due to this I am not able to show google adds in our application.
Please help me to fix this.