0

I am getting an error that google play services not installed in you device when I am trying to run my code on my android emulator. Although the code is woking fine on my physical android device.

Rob
  • 2,243
  • 4
  • 29
  • 40
Nashit
  • 11
  • 4
  • which emulator you are using? – Nouman Ch Oct 03 '17 at 13:51
  • 1
    Possible duplicate of [Android: Google play services not working on the emulator](https://stackoverflow.com/questions/29429727/android-google-play-services-not-working-on-the-emulator) – Nouman Ch Oct 03 '17 at 13:52

3 Answers3

1

You should use an emulator with google API like attached screenshot:

enter image description here

Those with (Google APIs) tag beside them have google play service installed.

Community
  • 1
  • 1
Akram
  • 2,158
  • 1
  • 17
  • 24
1

Probably your device image does not come with Play Sotre services installed.

Create another device emulator with an image that the Play Sotre services are already installed. Those images will have a checked icon in Play Store column:

Device image with Play Store Service

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
GuilhermeFGL
  • 2,891
  • 3
  • 15
  • 33
0

Use geny motion. Its much better than default emulators.

You can download one from here

Nashit
  • 11
  • 4