Android Studio now supports vector assets on 21+ and will generate pngs for lower versions at compile time. I have a vector asset (from the Material Icons) that I want to c
Add this library to the Gradle to enable color vector drawable in old android Devices.
compile 'com.android.support:palette-v7:26.0.0-alpha1'
and re sync gradle. I think it will solve the problem.