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.
8 Answers
There is a much simpler way for obtaining the AdMob SDK - just download it from

- 39,162
- 17
- 99
- 152
A much simpler way is to go to : Google AdMob Ads SDK Downloads.You will get the latest copy of Google AdMob SDK.

- 1,465
- 4
- 23
- 46
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.
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).

- 13,850
- 9
- 56
- 64

- 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
Use This Link Android addmob sdk
Download and unzip and you will get the GoogleAdMobAdsSdk-6.4.1.jar file.

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

- 10,505
- 1
- 82
- 81
For Android Studio:
compile 'com.google.android.gms:play-services:4.0.30'

- 3,689
- 1
- 59
- 69