Add this to build.gradle 1. defaultConfig { vectorDrawables.useSupportLibrary = true } 2. Add the following to onCreate of your Application…
Add this to build.gradle 1. defaultConfig { vectorDrawables.useSupportLibrary = true } 2. Add the following to onCreate of your Application…