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

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -