2018-03-05

2019-12-25  本文已影响0人  m_博客

Error:There were multiple failures while executing work items

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

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

上一篇 下一篇

猜你喜欢

热点阅读