简体   繁体   English

在Android Studio 3.1.2上实现Firebase Google JSON时出错,style.xml中的主题为红色

[英]Error implementing firebase google json at android studio 3.1.2, Theme in style.xml is RED

I got an error in my Theme when I implement the firebaseand the plugin google json. 当我实现firebase和插件google json时,主题出现错误。

This is the build.gradle/module 这是build.gradle /模块
build.gradle/module build.gradle /模块
This is my build.gradle/project 这是我的build.gradle / project
build.gradle/project build.gradle /项目
And I got this error at styles.xml 我在styles.xml中遇到了这个错误
stylesxml stylesxml
Can anyone fix this Theme red error? 谁能修复此主题红色错误? ty ty



error sync here 错误同步在这里

Make sure all google support library uses the same version. 确保所有Google支持库都使用相同的版本。 Your first dependency compile 'com.android.support:appcompat-v7:27.1.1 is in red means there is some version conflict. 您的第一个依赖项compile 'com.android.support:appcompat-v7:27.1.1为红色表示存在一些版本冲突。 To see the error just place mouse courser on that red line and android studio will show you error in popup. 要查看错误,只需将鼠标训练器放在该红线上,Android Studio就会在弹出窗口中向您显示错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM