1

Though I am running 4.2.2 Android emulator I keep getting the error -

This app won't run without Google Play services, which are missing from your tablet.

Here is my AVD configuration. enter image description here

I tried to Get Google Play services from the emulator but it keeps prompting the same dialog.

Any ideas?

levi
  • 3,451
  • 6
  • 50
  • 86

1 Answers1

3

You need to create an AVD with a Target Name containing "Google APIs", not "Android". That, in turn, requires that you download the right emulator images from the SDK Manager, ones that have "Google APIs":

SDK Manager

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • There is no such an option. – levi Aug 05 '14 at 22:52
  • 1
    @levi: See the updated answer with the SDK Manager screenshot. In my case, I need to update my images, as new versions have come out since I last updated. – CommonsWare Aug 05 '14 at 22:53
  • After installing it I was able to see Google APIs in title. Now I'll try to run on it. (You know it will take a century)... – levi Aug 05 '14 at 23:04