【发布时间】:2016-06-22 12:47:27
【问题描述】:
我尝试配置 android 开发者控制台并下载 google-services.json 文件。现在我将我的 google-services.json 放在我的 app 文件夹中,然后构建项目,但 gradle 控制台显示错误:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugGoogleServices'.
> File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
请帮帮我。
【问题讨论】:
-
也许看到这个thread
标签: android json gradle android-gradle-plugin