6

I'm sure this is a stupid question, but I can't find a link anywhere and their wiki just says "Copy the AdMob Jar file into that libs directory." but not where to get it.

Joren
  • 9,623
  • 19
  • 63
  • 104

8 Answers8

4

There is a much simpler way for obtaining the AdMob SDK - just download it from

Google AdMob Ads SDK Downloads

Robert
  • 39,162
  • 17
  • 99
  • 152
3

A much simpler way is to go to : Google AdMob Ads SDK Downloads.You will get the latest copy of Google AdMob SDK.

Sanal Varghese
  • 1,465
  • 4
  • 23
  • 46
2

The Google Mobile Ads SDK for Android is now a part of the Google Play services platform.

It is no longer available as a standalone SDK.

All the versions of available jars can be found here.

Harpreet
  • 2,990
  • 3
  • 38
  • 52
Aakanksha
  • 119
  • 1
  • 10
2

You have to register at http://www.admob.com/register/.

Then after activating your account, you need to config one application in your acccount. After that against that application Admob will provide you the Android SDK for Admob containing admob.jar and working example (LunarLander).

Smi
  • 13,850
  • 9
  • 56
  • 64
success_anil
  • 3,659
  • 3
  • 27
  • 31
  • So I have to publish the app without admob, then add it, then I can implement admob? – Joren Oct 06 '10 at 01:08
  • Ah I found it. Gotta add it as http:// for unpublished apps. Thanks for pointing me in the right direction. – Joren Oct 06 '10 at 01:25
1

Use This Link Android addmob sdk

Download and unzip and you will get the GoogleAdMobAdsSdk-6.4.1.jar file.

Mahfuz
  • 381
  • 2
  • 10
1

Latest AdMob Sdk Jar file:-

GoogleAdMobAdsSdk-6.4.1.jar (Click to Download)

Harpreet
  • 2,990
  • 3
  • 38
  • 52
raj
  • 2,088
  • 14
  • 23
0

If you want to download the Google Admob library for Android just hit the link you will get it in few seconds:

Google AdMob Ads SDK for Android 6.4.1:

Pir Fahim Shah
  • 10,505
  • 1
  • 82
  • 81
0

For Android Studio:

compile 'com.google.android.gms:play-services:4.0.30'
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69