简体   繁体   中英

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

THIS DEPENDENCY..

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

Just comment out this line //noinspection GradleCompatible

it worked for me with firebase:

In the dependencies change appcompact-v7:28.0.0-alpha3 to appcompact-v7:28.0.0-alpha1. Also you can use the previous version v7:27.0.1.

This is because of conflicting dependency versions. try . /gradlew app:dependencies , you can find the culprit.

use latest version of firebase dependencies , if there are any in the project

as included below

use implement

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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