简体   繁体   中英

Gradle project sync failed. Basic functionality (e.g. editing, deugging ) will not work properly

Gradle sync failed when the firebase cloud messaging dependency was applied.

I've tried all the versions of FCM in app like 17.0.0, 17.3.2, 15.0.0, 16.0.1, etc.

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

You can always check thedocs for a detailed explanation.

Replace your current FCM dependency with the following version -

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

尝试用这个替换你的实现:

implementation 'com.google.firebase:firebase-database:17.3.4'irebase-messaging:17.3.4

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