I'm using Eclipse to develop applications for android, and I want to integrate Admob to make money. The tutorial says I should watch the LogCat to find ID, but where is it? alt text

When I run in either the test mode or the real mode, sometimes the eclipse will notify that Ads returned, yet it does not show in the emu... can anyone explain?

link|improve this question
feedback

1 Answer

up vote 7 down vote accepted

If you are running admob ads on an emulator then there is no ID. just use the AdManager method and set it to TEST_EMULATOR like the logcat says. If you run on an actual device with usb debugging and watch the logcat, the ID will appear in there.

link|improve this answer
gotcha, thanks! – Sheng Rong Dec 24 '10 at 9:05
2  
You can filter the logs by using "device" or "adRequest" (Case Sensitive) as the filter. – WindsurferOak Aug 27 '11 at 20:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.