I have got this Error while building grade
Error:Execution failed for task \':app:processDebugResources\'. > No slave process to process jobs, abor
Add shrinkResources true in your build.gradle and try to build.
shrinkResources true
buildTypes { release { shrinkResources true } }