The error I\'ve been getting is this:
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task \':app:processDebugResource
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