android – 无法解决:com.google.firebase:firebase-analytics:9.0.0
作者:互联网
参见英文答案 > Failed to resolve: com.google.firebase:firebase-core:9.0.0 11个
根据谷歌I / O 2016,我知道“Firebase”,它对我来说非常好,但我不能使用它,因为这个错误.我已经得到一个解决方案,将“Google Play服务”更新为30,但没有更新提示.
解决方法:
您必须更新SDK Manager
你也必须使用
classpath 'com.google.gms:google-services:3.0.0'
在您的buildscript块中,此版本必须与Google Play服务9.0()一起使用.
标签:firebase-analytics,android,firebase,google-play-services 来源: https://codeday.me/bug/20191007/1864383.html