All was fine until i updated the android studio to Canary 6, When i rebuild or clean or whatever with project it\'s throw :
A failure occurred while exec
add this to your build.gradle under defaultConfig
build.gradle
defaultConfig
vectorDrawables.useSupportLibrary = true .
vectorDrawables.useSupportLibrary = true
this will solve your problem.