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

前端 未结 7 2555
一个人的身影
一个人的身影 2021-02-14 20:32

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 21:03

    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

提交回复
热议问题