本文介绍了无法解析:com.google.android.gms:play-services-measurement:9.0.2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我没有找出导致下面问题的原因.请帮帮我好吗?
I didn't find out what's causing the problem below. Could you help me, please?
错误:无法解决:com.google.android.gms:play-services-measurement:9.0.2安装存储库并同步项目
打开文件
在项目结构对话框中显示
推荐答案
您必须将应用程序级别的 build.gradle 更新为 classpath 'com.google.gms:google-services:3.0.0'
从 2.xx希望这会有所帮助
You have to update Application level build.gradle to classpath 'com.google.gms:google-services:3.0.0'
from 2.x.x. Hope this will help
这篇关于无法解析:com.google.android.gms:play-services-measurement:9.0.2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!