I have got this Error while building grade
Error:Execution failed for task \':app:processDebugResources\'. > No slave process to process jobs, abor
At first go to these setting in android studio (first pic)
and check (second pic) "Use embedded JDK (recommended)"
and also add shrinkResources true in your build.gradle .
buildTypes { release { shrinkResources true }
}
At last rebuild the project.