The error I\'ve been getting is this:
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task \':app:processDebugResource
90% possible your problem from xml files
Check following things in your xml
In my case I missed some drawables & colors and some strings not mapping
String not mapping issue
ex: "@string/password" "password" string available in my strings.xml but when I click (ctrl +click) not open in strings.xml
I hardcode the not mapped strings.. problem fixed