Android Studio 4 incorrect vector drawable preview
This is probably because you have a non-default locale (to check run locale
in terminal). In particular LC_NUMERIC
. If that's the case, to fix the issue run the studio with e.g. LC_NUMERIC="en_US.UTF-8"
.
I fixed it by disabling Settings
-> Experimental
-> Use new Layout Rendering Engine
.