Answers for "enable vector drawable android"

0

enable vector drawable android

defaultConfig {
       //within the defaultConfig block inside the app build gradle add this line
        vectorDrawables.useSupportLibrary = true
    }
Posted by: Guest on January-05-2021

Browse Popular Code Answers by Language