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