how to use vector drawable in android studio code example
Example: enable vector drawable android
defaultConfig {
//within the defaultConfig block inside the app build gradle add this line
vectorDrawables.useSupportLibrary = true
}