All of a sudden I cannot get Gradle to build any projects under Android Studio.
Error:Execution failed for task \':app:processDebugResources\'. com
If the error is occuring while Gradle Processes Resources, then it is most likely an issue with your resources. Check your gradle console to make sure.
Double check any recent changes that you may have made to the res
folder.
In my case, I simply renamed a resource (banner.png
to something_else_banner.png
since banner.png
must have been reserved), and it worked!
Other things I tried that failed:
:app:processDebugResources FAILED
.