Unable to build PlusClient

后端 未结 4 907
    import com.google.android.gms.common.ConnectionResult;
    import com.google.android.gms.common.GooglePlayServicesClient.ConnectionCallbacks;
    import com.goog         


        
4条回答
  •  离开以前
    2021-01-04 11:50

    The error is because PlayClient is deprecated now, as Luigi04 states.

    As a work around, I got this working by downgrading the play services version in the gradle dependencies to 'com.google.android.gms:play-services:6.1.71', as stated here: https://stackoverflow.com/a/27637059/2161698

提交回复
热议问题