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
Just add vectorDrawables.useSupportLibrary = true in defaultConfig, it's work fine for me
defaultConfig { vectorDrawables.useSupportLibrary = true }