I\'m facing a problem with the new backward compatibility with VectorDrawables. In the Support Library 23.2 was a new feature for backward compatibility with Android VectorD
Working fine with below changes.
static { AppCompatDelegate.setCompatVectorFromResourcesEnabled(true); }
Added in Application class. app build.gradle inside defaultConfig
vectorDrawables.useSupportLibrary = true