Im trying to use vector drawables on pre lollipop devices. I did all as instructed here but i still get this crash.
build.gradle:
This code is going to work with vector if using vectorDrawables.useSupportLibrary = true
And change android:src to app:srcCompat.
android:src
app:srcCompat
For example,
to