I have setup the latest verion of add mob SDK GoogleAdMobAdsSdk-6.2.1.jar
im able to do all the steps. But my Manifest throws a error in
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
/>
as
error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize| smallestScreenSize').
I made a small research and found out that certain attributes are not available for my App version
2.2 Froyo
I removed those attributes and complied but the admob shows this kind of error.