android studio中的Firebase配置错误

时间:2017-07-03 07:36:08

标签: android android-studio firebase

无法解析Android应用程序模块的Gradle配置。解决gradle构建问题和/或重新同步 我从android studio

连接到firebase时收到此消息

enter image description here

1 个答案:

答案 0 :(得分:0)

由于build.gradle(应用程序级别)中Compile关键字的折旧而发生此错误

      WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018.

其解决方案是

  1. 只需在build.gradle(应用级别)中将 compile 关键字替换为实施 api

  2. 重建项目

如果重建后未解决,请重新启动Android Studio。