Amit Trivedi
Amit Trivedi

Reputation: 281

How to install Google Play Service 7.3.0 or above in Android Emulator?

I am integrating Google Plus Sign In for my app. The only thing is I have everything updated in Android SDK but still when I run my app in Android Emulator, I get a error in Android Studio saying "Google Play services out of date. Requires 7327000 but found 6774480". Android Studio doesn't allow me to use older version of Play Services.

I searched different ways to install latest Google Play Service offline (.apk) but it gives incompatibility error when run using "adb install gps.apk".

How is it like even the latest Android OS image has old version of Google Play Service installed and not even a update indicator in Android SDK for these services?

Upvotes: 3

Views: 5265

Answers (2)

Amit Trivedi
Amit Trivedi

Reputation: 281

Thanks Murtaza for contributing to this but I found the solution in between all this. I was using Google API image in Emulator where the Google Play Services are already installed. So we have 2 options of Uninstalling/Reinstalling them, of which NONE worked.

What I did was downloaded the APK from your given link and installed it on the Emulator without Google API image. It successfully installs in there and I got the updated Google Play Service installed on the Emulator.

Upvotes: 1

Murtaza Khursheed Hussain
Murtaza Khursheed Hussain

Reputation: 15336

Use APK MIRROR, it contains all version of Google Play Services.

P.S. Remember to uninstall already installed version of Google PlayService from the device before installing the new one.

Upvotes: 1

Related Questions