android - GooglePlayServices is not working with the project -


i working on project have authenticate user google plus , did that. have shifted project 1 pc reasons. have made changes on developers console when try login google plus after launching, says "google play services not available. application close."

why error comes when fine?

gradle dependencies follows:

dependencies { compile 'com.android.support:support-v4:+' compile 'com.google.code.gson:gson:1.7' compile 'com.google.android.gms:play-services:+' compile('com.crashlytics.sdk.android:crashlytics:2.5.2@aar') {     transitive = true; } 

make sure device (or emulator) you're running app has google play services installed latest version (currently @ least 8.1.0), or set exact (earlier) version in build.gradle.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -