Android Google Play Services in Emulator -
i "google play services" message when run app using emulator
i have checked many posts , said have download google apis , google play services
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 :
because using
com.google.android.gms:play-services:7.3.0
in dependencies.
Comments
Post a Comment