I am working on an android application and trying to implement sdk adob ad. I did everything that was mentioned in the documentation, but I get the following red error in a black window that should have displayed ads.
You must have declared AdActivity in AndroidManifest.xml using ConfigChanges
I added the following line to AndroidManifest.xml:
<activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation" />
I tried very hard, but still I can not resolve this error. I am trying to run an application on my xperia phone that has android 4.0.4. Can anyone help me out?
Regads Pankai
source share