'Android Studio drawable xxhdpi-v4

The size of my app is larger than I expected, all my drawble are 95% .SVG and are converted to XML in Android studio. When I did APK analyzer it shows xxhdpi-v4 take up most of the size and inside is .PNG generated. How do prevent android studio from generating this drawables directories.

APK analyser :



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source