Admob Error in Eclipse for android:configChanges

Easy solution: (and NO you don’t need to to change the min-sdk value !!) Step 1: Change “project.properties” file # Project target. target=android-13 Step 2: In Eclipse Project > Clean… > (select your project) > Clean projects selected below > OK For a complete explanation with real example use this tutorial http://www.monkeycoder.co.nz/Community/posts.php?topic=1121 Cheers !

How can I get device ID for Admob

The accepted answers will work if you are only testing on the Emulator or on a few devices, but if you are testing on a plethora of devices, you may need some means of prorammatically adding the running device’s device ID. The following code will make the current running device into an adview test device … Read more