1

I am developing an android app with Firebase. I am testing my app in AVD emulator pixel. But I keeps on getting error

Google Play services out of date. Requires 11011000 but found 10298470.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245

3 Answers3

6

Update; June 23

Emulator system images containing Google Play services compatible with 11.0.1 were relased today. If you get the error message shown in the title of the post, you need to use the SDK Manager to update to the latest emulator image versions.


The release of the emulator system images lags the release of Google Play services versions. I checked the released x86_64 system images for APIs 24, 25, 26. None of them support Google Play version 11.0.1. I doubt that any released images do.

If you want to test with an emulator, you will need to downgrade to building with version 10.2.6 of the Firebase libraries.

Bob Snyder
  • 37,759
  • 6
  • 111
  • 158
3

You probably aren't using an emulator device that is flagged with the "Play Store"


Step 1

Click on the "AVD Manager" icon

enter image description here


Step 2

Click on "Create Virtual Device"

enter image description here


Step 3

Select an emulator from the list that is flagged with the "Play Store" icon

enter image description here


Step 4

Click on Download

enter image description here


Step 5

Give it a name and click on Finish

enter image description here


Step 6

Use the newly created emulator device from the list

enter image description here


Step 7

Click on the emulator's "..." button

enter image description here


Step 8

Click on the "UPDATE" button, and follow the instructions in the emulator

enter image description here

enter image description here

Community
  • 1
  • 1
Jossef Harush Kadouri
  • 32,361
  • 10
  • 130
  • 129
0

This answer worked for me: https://stackoverflow.com/a/45312782/4455570

Make sure you log into Google Play on the emulator FIRST before clicking the update button. Once you log in, Google Play Services might update automatically as happened to me.

Gabriel Wamunyu
  • 734
  • 9
  • 25