连接Firebase时项目同步错误

时间:2019-04-20 15:10:53

标签: android firebase android-studio

请帮助

当我将项目文件与fireBase连接时,出现以下错误。

null    
resource style/TextAppearance.Compat.Notification.Info (aka com.kangkan.developer.f_c_m:style/TextAppearance.Compat.Notification.Info) not found.   
resource style/TextAppearance.Compat.Notification (aka com.kangkan.developer.f_c_m:style/TextAppearance.Compat.Notification) not found. 
resource style/TextAppearance.Compat.Notification.Time (aka com.kangkan.developer.f_c_m:style/TextAppearance.Compat.Notification.Time) not found.   
resource style/TextAppearance.Compat.Notification.Title (aka com.kangkan.developer.f_c_m:style/TextAppearance.Compat.Notification.Title) not found. 
failed linking references.

The Screen Shot

R 类也显示错误

我已经清理了项目,使缓存无效/重启,

它没有消失,我正在使用Firebase核心implementation 'com.google.firebase:firebase-core:16.0.1'

1 个答案:

答案 0 :(得分:0)

这可能有多种原因。

  1. 确保您使用的是android-gradle-plugin的更新版本
  2. 确保build.gradle文件中没有冲突版本。
  3. 检查您的XML资源是否没有错误。

希望这会有所帮助!