I have got this Error while building grade
Error:Execution failed for task \':app:processDebugResources\'. > No slave process to process jobs, abor
In my case, I added compile fileTree(include: ['*.jar'], dir: 'libs') to my build.gradle(Module:app) and rebuild my project. Hope this helps!
compile fileTree(include: ['*.jar'], dir: 'libs')