Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I am not getting 'com.google.android.gms:play-services-wallet:8.4.0' update for Google play services in sdk

I have updated my Android SDK completely still I am not getting update for Google play services version 8.4.0 i.e. 'com.google.android.gms:play-services-wallet:8.4.0' like mentioned in the link for implementing Android Pay https://developers.google.com/android-pay/android/tutorial.

Whenever I add this line : "compile 'com.google.android.gms:play-services-wallet:8.4.0'" in build.gradle, I got following error : Failed to resolve: com.google.android.gms:play-services-wallet:8.4.0

like image 249
mithil1501 Avatar asked Dec 17 '15 15:12

mithil1501


People also ask

Why Google Play Services is not supported by my device?

When Google Play service finds any app to be outdated it might reflect this error on your Android device. So another potential solution you can try is to update all other apps on your device to get rid of the Google Play services unsupportable on your device error.

What is com Google GMS Google services?

Google's most popular apps, all in one place Google Mobile Services (GMS) is a collection of Google applications and APIs that help support functionality across devices.


1 Answers

After encountering the error you will be given three choices by Android Studio

Install repository and sync project

Show in File

Show in Project Structure dialog

You just have to click 'Install repository and sync project'. After that, it worked fine for me.

like image 185
gerardnimo Avatar answered Oct 20 '22 08:10

gerardnimo