解析失败:com.google.firebase:firebase-analytics:9.0.0
Failed to resolve: com.google.firebase:firebase-analytics:9.0.0
根据 Google I/O 2016,我知道 "Firebase",它对我来说非常好,但我不能使用它,因为这个 error.I 已经得到将 "Google play services" 更新为 30,但没有更新提示的解决方案。
您必须更新您的 SDK 管理器
你还必须使用
classpath 'com.google.gms:google-services:3.0.0'
在您的 buildscript
块中,此版本必须与 Google Play 服务 9.0 (+) 一起使用。
试试这个
com.google.firebase:firebase-core:9.0.0
而不是
com.google.firebase:firebase-analytics:9.0.0
根据 Google I/O 2016,我知道 "Firebase",它对我来说非常好,但我不能使用它,因为这个 error.I 已经得到将 "Google play services" 更新为 30,但没有更新提示的解决方案。
您必须更新您的 SDK 管理器
你还必须使用
classpath 'com.google.gms:google-services:3.0.0'
在您的 buildscript
块中,此版本必须与 Google Play 服务 9.0 (+) 一起使用。
试试这个
com.google.firebase:firebase-core:9.0.0
而不是
com.google.firebase:firebase-analytics:9.0.0