Support library VectorDrawable Resources$NotFoundException

前端 未结 14 1352
你的背包
你的背包 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:58

    Use AppCompatImageView instead of ImageView as said by Harish Gyanani in comments , it works fine with this for me.

    Official docs

提交回复
热议问题