Support library VectorDrawable Resources$NotFoundException

前端 未结 14 1356
你的背包
你的背包 2020-11-29 18:40

I am using Design Support Library version 23.4.0. I have enabled the gradle flag:

defaultConfig {
    vectorDrawables.useSupportLibrary = tr         


        
14条回答
  •  暖寄归人
    2020-11-29 18:43

    To complement some of the answers here: backward-compatible support for VectorDrawables comes with a price and doesn't work in all cases.

    In which cases does it work? I've made this diagram to help (valid for Support Library 23.4.0 to at least 25.1.0).

提交回复
热议问题