简体   繁体   English

实现'com.android.support:appcompat-v7:28.0.0-alpha3'

[英]implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'

ERROR: implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'

I am unable add firebase dependency while uisng 在uisng时我无法添加firebase依赖项

THIS DEPENDENCY.. 这个依赖..

implementation'com.google.firebase:firebase-database:16.0.1'

Just comment out this line //noinspection GradleCompatible 只需注释掉这行//noinspection GradleCompatible

it worked for me with firebase: 它适用于我的firebase:

In the dependencies change appcompact-v7:28.0.0-alpha3 to appcompact-v7:28.0.0-alpha1. 在依赖项中,将appcompact-v7:28.0.0-alpha3更改为appcompact-v7:28.0.0-alpha1。 Also you can use the previous version v7:27.0.1. 您也可以使用以前的版本v7:27.0.1。

This is because of conflicting dependency versions. 这是因为冲突的依赖版本。 try . 试试。 /gradlew app:dependencies , you can find the culprit. /gradlew app:dependencies ,你可以找到罪魁祸首。

use latest version of firebase dependencies , if there are any in the project 使用最新版本的firebase依赖项 ,如果项目中有任何依赖项

as included below 如下所示

use implement 使用工具

implementation 'com.google.firebase:firebase-ads:17.1.3'

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

相关问题 实现 'com.android.support:appcompat-v7:28.0.0' - implementation 'com.android.support:appcompat-v7:28.0.0' 实施 'com.android.support:appcompat-v7:28.0.0' - 错误 - implementation 'com.android.support:appcompat-v7:28.0.0' - Error 如何解决“com.android.support:appcompat-v7:28.0.0” - How to resolve 'com.android.support:appcompat-v7:28.0.0' 无法解析com.android.support:appcompat-v7:28.0.0 - Could not resolve com.android.support:appcompat-v7:28.0.0 “ com.android.support:appcompat-v7:28.0.0”错误 - “com.android.support:appcompat-v7:28.0.0” Error Android Studio 3.1.4实现'com.android.support:appcompat-v7:28.0.0-rc01'错误 - Android Studio 3.1.4 implementation 'com.android.support:appcompat-v7:28.0.0-rc01' error 实现'com.android.support:appcompat-v7:28.0.0-beta01'显示错误 - implementation 'com.android.support:appcompat-v7:28.0.0-beta01' showing error 如何解决无法为参数[com.android.support:appcompat-v7:28.0.0]问题找到方法Implementation()? - How to solve Could not find method implementation() for arguments [com.android.support:appcompat-v7:28.0.0] problem? 实施'com.android.support:appcompat-v7:28.0.0'显示错误 - implementation 'com.android.support:appcompat-v7:28.0.0' showing Error 错误崩溃实现'com.android.support:appcompat-v7:28.0.0' - error crash implementation 'com.android.support:appcompat-v7:28.0.0'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM