I am using vector drawable for my app, and in the app, vector drawables are properly working for 4.2.1 or grater. but only the app icon is not showing for api level 4.4.4 or below.
this is file name, app_logo.xml . i.e. in drawable folder.
I am using vector drawable for my app, and in the app, vector drawables are properly working for 4.2.1 or grater. but only the app icon is not showing for api level 4.4.4 or below.
this is file name, app_logo.xml . i.e. in drawable folder.
Try adding your icon as an "Image Asset," so that all the different DPI (dots per inch) versions of the icon are created.
This will make sure that your icon is handled even at lower resolution versions.