错误:无法解决:com.google.android.gms:play-services-measurement:9.2.0

Ama*_*ain 8 android google-play-services android-gradle-plugin

将Google Play服务升级到9.2.0后,我在Gradle同步期间收到此错误.

Error:Failed to resolve: com.google.android.gms:play-services-measurement:9.2.0
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

Lok*_*oid 16

在项目级build.gradle文件中,更新依赖项

classpath'com.google.gms:google-services:3.0.0'