Error after upgrade Google Play Services to 11.0.0 version

前端 未结 6 696
[愿得一人]
[愿得一人] 2021-01-11 11:56

I have a strange issue. After uploading Google Play Services library from version 10.2.6 to version 11.0.0, when i try to compile I get this error:

Er

6条回答
  •  攒了一身酷
    2021-01-11 12:24

    Try targeting directly the required servies like if you want to get SmsRetriver compile

    compile 'com.google.android.gms:play-services-auth-api-phone:11.0.1'
    

    Rather Than

    compile 'com.google.android.gms:play-services:11.0.1'
    

提交回复
热议问题