Error:Execution failed for task ':app:packageDebug'. > !zip.isFile()

后端 未结 12 1290
粉色の甜心
粉色の甜心 2021-02-04 02:15

@UPDATE

Thank you very much. Now at least there are no errors. But it\'s still a far cry from how it worked before - how it should work. Now, the databa

12条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-04 02:29

    You are missing the core firebase lib.

    Add compile 'com.google.firebase:firebase-core:9.8.0'

提交回复
热议问题