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
Instead of:
ContextCompat.getdrawable()
Try using:
AppCompatDrawableManager.get().getDrawable()