在gradle中,最后,我正在尝试插入此行 应用插件:'com.google.gms.google-services' 但每当我同步文件时,我都会收到此错误:
错误:FAILURE:构建因异常而失败。
出了什么问题: 任务':app:processDebugGoogleServices'执行失败。
文件google-services.json缺失。没有它,Google Services插件无法运行。 搜索位置: C:\用户\ USER \ AndroidStudioProjects \ MyListViewApp \程序\ SRC \ nullnull \调试\谷歌,services.json C:\用户\ USER \ AndroidStudioProjects \ MyListViewApp \程序\ SRC \调试\ nullnull \谷歌services.json C:\用户\ USER \ AndroidStudioProjects \ MyListViewApp \程序\ SRC \ nullnull \谷歌services.json C:\用户\ USER \ AndroidStudioProjects \ MyListViewApp \程序\ SRC \调试\谷歌,services.json C:\用户\ USER \ AndroidStudioProjects \ MyListViewApp \程序\ SRC \ nullnullDebug \谷歌services.json C:\ Users \用户USER \ AndroidStudioProjects \ MyListViewApp \应用\ Google处理services.json
尝试: 使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行以获取更多日志输出。使用--scan运行以获得全面的见解。
在1s内建立失败
有人可以帮忙吗?
答案 0 :(得分:0)
错误显示为File google-services.json is missing
,您的项目中未包含google-service json文件。如果您使用任何谷歌API,则需要配置文件。
在项目中加入google-service.json
请转到此网址:
https://developers.google.com/mobile/add
选择您的选项,最后您将能够下载
google-service.json
档案
复制该文件并将其粘贴到
中 YourProjectName/app
目录和构建项目。