Jatin Devani
Jatin Devani

Reputation: 190

PLUS can't define in Google play service

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'

enter image description here

help me i am new in android

Upvotes: 1

Views: 68

Answers (1)

Anthony
Anthony

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

Related Questions