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

后端 未结 12 1238
粉色の甜心
粉色の甜心 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:24

    According to this, try to use the new version of gradle : 2.3.0

    This issue has been fixed in ag/I6a6ef1a95732118b8e330b64fe4389710a3a2657. Please use newer gradle plugin 2.3.0-beta2 or, if using 2.2.x, disable new packaging by using the "android.useOldPackaging=true" flag.

提交回复
热议问题