Reputation: 190
Following error are display i comiple the library file also but error is display i use compile 'com.google.android.gms:play-services-auth:8.3.0'
help me i am new in android
Upvotes: 1
Views: 68
Reputation: 3074
In your build.gradle you should add
compile 'com.google.android.gms:play-services-plus:8.3.0'
Then you should run a Gradle build and then you will be able to import Plus into your class
Upvotes: 1