Invalid drawable tag vector

后端 未结 14 1041
小蘑菇
小蘑菇 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:45

    This is support-v4, appcompat-v7 library v23.2.0 bug it appears in API 19. @tim provide link to this bug issue.

    You can upgrade to new library version 23.2.1 and bug is fixed now.

提交回复
热议问题