Manifest merger failed : Attribute application@appComponentFactory updating Firebase libraries

前端 未结 6 1002
孤街浪徒
孤街浪徒 2020-11-30 10:56

I am trying to add firebase in my project but when I implement \'com.google.firebase:firebase-messaging:19.0.0\' and \'com.google.firebase:firebase-core:1

6条回答
  •  醉梦人生
    2020-11-30 11:01

    Try this and sync your project, if this can help you

    implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.support:support-v4:28.0.0'
    

提交回复
热议问题