Vector Image Generation
Vector Image Generation
Vector icons require API 21 or API 24 depending on used features, but when minSdkVersion
is less than 21 or 24 and Android Gradle plugin 1.4 or higher is used, a vector drawable placed in the drawable
folder is automatically moved to drawable-anydpi-v21
or drawable-anydpi-v24
and bitmap images are generated for different screen resolutions for backwards compatibility.
However, there are some limitations to this raster image generation, and this lint check flags elements and attributes that are not fully supported. You should manually check whether the generated output is acceptable for those older devices.
Issue id: VectorRaster
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |