Application logo vector graphics

Can I use a vector that can be used as the application logo in the manifest file?

I use one such shortcut for my application logo, it works fine.

But when I try to download the version of the version of the application in the Playstore, it shows an error that indicates the Invalid logo .

Since this is due to the fact that I use a vector that can be used as an application logo. So you can’t use drawables for the App logo? If we can then, how (because the vector images go in the drawables folder, and not in the mipmap)?

+7
android vector android-drawable
source share

No one has answered this question yet.

See related questions:

935
Cannot start Eclipse - Java was started, but returned exit code = 13
879
How to convert Drawable to Bitmap?
620
How to determine the shape of a circle in a rendered Android xml file?
566
Updating Eclipse with Android v. Development Tools 23
538
Mipmaps versus available folders
441
Adding a vector to a vector
389
Mipmap drawables for icons
363
How to convert Bitmap to Drawable in Android?
84
Why is my vector scalable scaling not expected?
2
vector-borne avatars on pre-Lollipop

All Articles