Failed to resolve: com.google.firebase:firebase-core:15.0.0

后端 未结 6 2216
庸人自扰
庸人自扰 2020-12-31 01:50

I have a strange issue when integrate firebase:

\"enter

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-31 02:27

    Remove the

    implementation 'com.google.firebase:firebase-database:16.0.1:15.0.0'
    

    and add only

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

    Because 16.0.1 is added by our self and while after that we connect firebase using the plugin in the studio, it adds a new lib file with 15.0.0. So that's not required.

提交回复
热议问题