Failed to resolve: com.google.android.gms:play-services-measurement:9.0.2

前端 未结 4 1246
粉色の甜心
粉色の甜心 2021-02-07 01:31

I didn\'t find out what\'s causing the problem below. Could you help me, please?

Error:Failed to resolve: com.google.android.gms:play-services-measurement

相关标签:
4条回答
  • 2021-02-07 02:13

    I resolved this problem by uninstall Google Repository from SDK Manager then install it again. Hope this helps

    0 讨论(0)
  • 2021-02-07 02:19

    Update your android sdk manager - Google repository version to 28 & Google play services to 30. It will work fine.

    0 讨论(0)
  • 2021-02-07 02:28

    You have to update Application level build.gradle to classpath 'com.google.gms:google-services:3.0.0' from 2.x.x. Hope this will help

    0 讨论(0)
  • 2021-02-07 02:29

    If anyone has this problem and have updated SDK and still isnt working my fix was the google play services version in my build code read 'com.google.android.gms:play-services:9.8.00' and I changed it to 'com.google.android.gms:play-services:9.8.0'

    0 讨论(0)
提交回复
热议问题