2018-03-05

Error:There were multiple failures while executing work items

这个bug解决起来也比较简单,在你的app的build.gradle的defaultConfig中添加如下的代码就可以了:
defaultConfig{
vectorDrawables.useSupportLibrary = true
}

添加完 vectorDrawables.useSupportLibrary = true这行代码之后,gradle一下就可以了。

你可能感兴趣的:(2018-03-05)