0

I get "Google Play Services" message when I run my app using emulator

enter image description here

I have checked many posts and they said I have to download Google APIs and Google Play Services

enter image description here enter image description here

and I already did, and I have this code in Gradle.build

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:22.0.0'
    compile 'com.google.android.gms:play-services:7.3.0'
}

How to resolve this issue?

Ken
  • 295
  • 1
  • 6
  • 18

2 Answers2

0

Please Download this one and check again :

enter image description here

Because you are using

com.google.android.gms:play-services:7.3.0

in dependencies.

ʍѳђઽ૯ท
  • 16,646
  • 7
  • 53
  • 108
0

Please Install Intel x86 Emulator which is given at the last of the list.

Murtaza Munshi
  • 1,065
  • 4
  • 13
  • 40