无法解决配置':app:debugCompileClasspath'的所有任务依赖关系。 找不到com.google.firebase:firebase-analytics:。 要求: 项目:app
尝试: 使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行,以获取更多日志输出。使用--scan运行以获取完整的见解。
2秒内失败 异常:Gradle任务assembleDebug失败,退出代码为1
答案 0 :(得分:0)
请尝试使用:
implementation 'com.google.firebase:firebase-core:16.0.1'
代替:
implementation 'com.google.firebase:firebase-analytics'