Android Google Play Services in Emulator -


i "google play services" message when run app using emulator

enter image description here

i have checked many posts , said have download google apis , google play services

enter image description here enter image description here

and did, , have 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 resolve issue?

please download 1 , check again :

enter image description here

because using

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

in dependencies.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -