AndroidDanger
AndroidDanger

Reputation: 1049

How do I use Admob on the Android OS?

Using AdMob, how can I give an advertisement in an Android Application?

Upvotes: 6

Views: 5202

Answers (2)

yeradis
yeradis

Reputation: 5347

For AdMob Android App Integration

  1. Register or login at admob.com, and click 'Sites & Apps".
  2. Click "Add Site/App", and provide the info for your Android App. (Feel free to enter placeholder information if you just want to download the SDK without registering a real app.)
  3. Once you've added your site, you will be prompted to download the Android SDK and the integration PDF.
  4. The download includes the binaries, documentation, and a sample.
    1. Review the integration PDF at http://www.admob.com/docs/AdMob_Android_SDK_Instructions.pdf
    2. Read index.html for information on the AdMob SDK's classes and methods
    3. Look at the Lunar Lander sample project to see a working example

For more info you should check http://developer.admob.com/wiki/Android

Note: Description for you app/site on admob is very important, they use all info that appear there to provide your advertisement.

UPDATE: Now is called Google Mobile Ads SDK https://developers.google.com/mobile-ads-sdk/download

and for Admob https://www.google.com/ads/admob/monetize.html

Upvotes: 11

Ryan Conrad
Ryan Conrad

Reputation: 6900

Some more info that may help is this Question. You have to make sure that the AdMob view is at least 320dip, if it is not, you will never see an ad in your application.

Upvotes: 0

Related Questions