Execution failed for task ':app:processDebugResources' after cleaning project

前端 未结 7 2317
有刺的猬
有刺的猬 2021-02-14 20:42

The error I\'ve been getting is this:

 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task \':app:processDebugResource         


        
7条回答
  •  长情又很酷
    2021-02-14 20:56

    I had the same issue in my app because I wanted to merge with my workmate branch. I noticed the issue was with something related with xml resources so what worked for me was;

    • Download the zip project from Github with his branch

    • Unzip the project

    • Copy the entire drawable folder to my drawable folder

    • Avoid the double xml of course

    • Make & Rebuild Project

提交回复
热议问题