Invalid drawable tag vector

后端 未结 14 1063
小蘑菇
小蘑菇 2020-12-28 12:34

Im trying to use vector drawables on pre lollipop devices. I did all as instructed here but i still get this crash.

build.gradle:

14条回答
  •  孤独总比滥情好
    2020-12-28 12:48

    This code is going to work with vector if using
    vectorDrawables.useSupportLibrary = true

    And change android:src to app:srcCompat.

    For example,

    
    

    to

    
    

提交回复
热议问题