I\'m getting a Resources$notfoundexception on older (pre-L) devices. I\'m including the full stacktrace below.
My version of the support library is the latest (24.1
Another solution, in addition to AppCompatDelegate.setCompatVectorFromResourcesEnabled(true) is to wrap your vector drawable into another drawable:
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true)
Might be useful when you use as a drawable for a TextView (i.e. DrawableLeft)