Android Studio 提示:Resource references will not work correctly in images generated for this vector icon for API < 24; check generated icon to make sure it looks acceptable
在 build.gradle 中添加:
vectorDrawables.useSupportLibrary= true
Android Studio 提示:Resource references will not work correctly in images generated for this vector icon for API < 24; check generated icon to make sure it looks acceptable
在 build.gradle 中添加:
vectorDrawables.useSupportLibrary= true