Upgrade to Google Play Services:9.0.0 Error Failed to resolve: com.google.android.gms:play-services-measurement:9.0.0

后端 未结 6 1322
眼角桃花
眼角桃花 2020-11-27 03:28

I upgraded my build.gradle file from

compile \'com.google.android.gms:play-services:8.4.0\'

to

compile \'com.google.android.g

6条回答
  •  攒了一身酷
    2020-11-27 03:58

    I solved this tricky problem by changing the string in Gradle to

    compile 'com.google.android.gms:play-services:9.0.0' //or latest version
    

提交回复
热议问题