Android app does not connect to Firebase

前端 未结 21 1866
太阳男子
太阳男子 2020-12-13 17:50

I\'m developing android app using Firebase GMS service.
I tried to follow their tutorials, i made project as they said, downloaded the json files.

But when I

21条回答
  •  执笔经年
    2020-12-13 18:21

    Remove this line if you are working with databinding from gradle.properties

    android.databinding.enableV2=true
    

    Already the databinding is enabled in the app gradle file

提交回复
热议问题