Nashit
Nashit

Reputation: 11

Google Play service not working on my emulator

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.

Upvotes: 0

Views: 1418

Answers (3)

Nashit
Nashit

Reputation: 11

Use geny motion. Its much better than default emulators.

You can download one from here

Upvotes: 0

GuilhermeFGL
GuilhermeFGL

Reputation: 2919

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

Upvotes: 1

Akram
Akram

Reputation: 2198

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.

Upvotes: 1

Related Questions