how to upgrade the GoogleAdmobAdSdk-6.4.1.jar? - android

Hi i have used flurryAgent.jar for flurry admob , i just want to replace furry into google admob sdk but it says need to upgrade if still using GoogleAdmobAdSdk-6.4.1.jar as from https://developers.google.com/mobile-ads-sdk/docs/#android
so i need to upgrade google admob sdk to latest and want to replace flurry into google admob sdk i have updated my android sdk into latest version and imported google play service lib as reference for my native app to support google add mob sdk but still getting error as Jar mismatch for google-play-services_lib
Please tell me how to resolve this error and how to upgrade the GoogleAdmobAdSdk-6.4.1.jar into latest?

As they where update instead of GoogleAdmobAdSdk-6.4.1.jar now they were replaced withe Google play service.first of all try to update Google play service in the sdk manager under Extras folder and the difference from before to latest admob you can find here and the Google Mobile Ads SDK

Related

Unable to Get Latest Google Play Services - Google API for Android

My problem is simple but I am not able to resolve it.
I have updated latest version of Android Studio and my Android SDK Manager[Screen Shot Attached] says that I have latest version of Google Repository but actually I don't have the latest versions installed. I only have Google Play Services version 11.0.4 on my machine in Android SDK Folder but its not latest version, the latest version has reached to 11.8.0 mentioned Here.
I have tried everything but I am not able to download the latest version and I need help please.
Please tell me how can I download the latest version of Google APIs for Android.
You don't need to use Google Play Services from the SDK Manager. It is recommended to use your gradle build.xml to get it from Google's maven repository. See the setup guide
If you are developing on Unity there are many plugins you can use, just Google Search for "Google Play Services Unity".

how to update google play services on eclipse?

I use eclipse to develop android.
I get this error:
10-28 15:31:02.020: I/Ads(5593):
Received log message: <Google:HTML> You are using version 8.3 of the Google Play services Ads SDK.
Please consider updating your SDK to the most recent SDK version to get the latest features and bug fixes.
See xxxx for instructions on how to get the latest version of Google Play services.
But I use eclipse. documents says for android studio. My project is very big and now I cant convert it for now from eclipse to adt.
UPDATE
I use all of these in another project and it is all fine. I can t understand what happened?
thanks in advance
Google is trying his best to force you to use Android Studio. I had similar problem, then I just manually downloaded play services project and added to my project.
Long store short, you can get it from here:
https://github.com/dandar3/android-google-play-services-ads
this is old, but already configured:
https://dl.dropboxusercontent.com/u/55162356/google-play-services_lib.zip

Android Admob ads services update

I recently have received an email update that AdMob will stop serving ads on 17 Oct 2016 to the SDK versions listed in this link https://firebase.google.com/docs/admob/android-legacy-release-notes and has to be amended to one included in this link https://firebase.google.com/docs/admob/release-notes#android
I am currently using Android Eclipse and was generating ads by the library GooglePlayServices, with codes as follows:
Code:
Question:
How could I check the GooglePlayServices library version? I opened the Android SDK Manager and found no updates of GooglePlayServices library is available.
How could I ensure Admob implementation is ok for ads to continue? Is the prerequisite necessary for Admob ads? I am still using Eclipse.
Running Android Studio 1.0 or higher
Developing for Android level 9 or higher
An Android Studio project
search for version.xml inside your google-play-services_lib
<integer name="google_play_services_version">4323000</integer>
find detail explanation here Upgrade your Android Google Mobile Ads SDK to ensure ads keep serving

How to integrate the latest admob sdk to Android app

I have an app in the store which has Admob. But now I want to update the Admob sdk just to be up-to-date
I was reading that. Now we do not need to install the sdk from Admob site. As it is already included with Android sdk.
Is that correct. What shall I do now.... Is there any link or tutorial for that.
The Admob libraries are now part of Google Play Services.
You need to include Play Services.
You can find the latest version of the Admob libraries by looking in
ANDROID-SDK_HOME\extras\google\m2repository\com\google\android\gms\play-services-ads.
As of 9-AUG-2015 it is 7.5.0

Where do I get the admob jar?

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.
There is a much simpler way for obtaining the AdMob SDK - just download it from
Google AdMob Ads SDK Downloads
A much simpler way is to go to :
Google AdMob Ads SDK Downloads.You will get the latest copy of Google AdMob 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).
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.
Use This Link
Android addmob sdk
Download and unzip and you will get the GoogleAdMobAdsSdk-6.4.1.jar file.
Latest AdMob Sdk Jar file:-
GoogleAdMobAdsSdk-6.4.1.jar (Click to Download)
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:
For Android Studio:
compile 'com.google.android.gms:play-services:4.0.30'

Categories

Resources