Error:Execution failed for task ':app:transformDexWithInstantRunSlicesApkForDebug'. Failed to read zip file

后端 未结 4 1175
走了就别回头了
走了就别回头了 2021-01-03 20:07

I get the following error when I tried to build my project. I\'m using Android Studio 2.3.3 and macOS High Sierra.

Error:Execution failed for task \':app:tra         


        
4条回答
  •  失恋的感觉
    2021-01-03 20:21

    You might want to upgrade to a different version of gradle by changing the version in the gradle-wrapper.properties file, as suggested in this answer.

提交回复
热议问题