How to solve Firebase API initialization failure (Android + Firebase)

前端 未结 12 1350
渐次进展
渐次进展 2020-12-29 20:02

I recently needed to use Google GCM in my project. From its website it is said:

Firebase Cloud Messaging (FCM) is the new version of GCM. It inherits

12条回答
  •  情歌与酒
    2020-12-29 20:43

    For me a completely unrelated import caused this error compile 'com.aurelhubert:ahbottomnavigation:1.3.3' When I removed it everything was fine

提交回复
热议问题