android manifest merger failed, gms play services / firebase

前端 未结 8 838
南笙
南笙 2020-12-14 02:03

I am trying to add firebase to my app using the firebaseUI. As the documentations says, I have used the corresponding gms:play-services (11.0.4) with the firebaseUI version

8条回答
  •  抹茶落季
    2020-12-14 02:33

    add this line at the end of app level gradle file

    apply plugin: 'com.google.gms.google-services'
    

提交回复
热议问题