http://code.google.com/mobile/ads/docs/android/fundamentals.html
wheni tried running the app in my device, all activities works fine but i am not able to view admob ad. Wheni checked out in the logcat it showed the following error
04-07 13:20:52.141: ERROR/Ads(1135): AdView missing required XML attribute adUnitId.
Following is my attrs.xml file
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="com.google.ads.AdView">
<attr name="backgroundColor" format="color" />
<attr name="primaryTextColor" format="color" />
<attr name="secondaryTextColor" format="color" />
<attr name="keywords" format="string" />
<attr name="refreshInterval" format="integer" />
</declare-styleable>
</resources>
pls help me to fix up my error


