the latest version of admob changed a few things heres how i solved it.
In android Manifest use this: android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize">
You will get an error to solve this right click on your project folder >properties >android and change the Build Target to the +13 im using 15 latest. minsdkVersion still 8
I have added the correct code in my app through xml to call admob ads but I am getting the "Must declare AdActivity in Manifest xml" I already have it declared in the Manifest. Any help would be greatly appreciated. The graphical view of the main.xml shows the "google ads" text and box but the emulator shows the error.
Thanks man That Worked for me
Microcube22 4 days ago
the latest version of admob changed a few things heres how i solved it.
In android Manifest use this: android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize">
You will get an error to solve this right click on your project folder >properties >android and change the Build Target to the +13 im using 15 latest. minsdkVersion still 8
SilentTalker 1 month ago
@707Fuego EVEN IM FACING THE SAME PROBLEM...DID YOU FIND A SOLUTION FOR IT ?
suryavamsi 1 month ago
I have added the correct code in my app through xml to call admob ads but I am getting the "Must declare AdActivity in Manifest xml" I already have it declared in the Manifest. Any help would be greatly appreciated. The graphical view of the main.xml shows the "google ads" text and box but the emulator shows the error.
707Fuego 3 months ago
| is called a pipe :)
StarlingTandava 4 months ago in playlist Android Application Development Tutorials