Error after upgrade Google Play Services to 11.0.0 version

前端 未结 6 737
[愿得一人]
[愿得一人] 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:30

    You should delete the line apply plugin: 'com.google.gms.google-services'

    Because apply plugin: 'com.android.application' already has same package.

    That's where the conflict arises.

    UPDATE:

    Use Play services version 11.0.1

提交回复
热议问题