如何解决“无法找到com.google.gms:google-services3.0.o”即使添加了json文件并为其应用了插件google-services.json file
应用插件的地方[Classpath dependencies] [3]
答案 0 :(得分:0)
在项目模块gradle
classpath 'com.google.gms:google-services:3.0.0'
添加dependencies
compile 'com.google.android.gms:play-services-auth:10.2.0'
}
apply plugin: 'com.google.gms.google-services'