0
I’ve been doing research on the internet about the implementation of icons for android apps by android studio, however, I confess that I was somewhat confused.
I made my icon using Adobe Illustrator in a project of 192x192 pixels, but instead of exporting several drawable measures by the same I am exporting only the 1x and so adding this by the image Asset of Android studio to create images of other resolutions.
Is the way I chose to do it right? There is some damage to the final image view in all resolutions?
Short answer: It’s the right way.
– Rosário Pereira Fernandes
You can use an "Icon Generator" to put your image in all the formats you need. This for example works well with Cordova http://pgicons.abiro.com/ can sometimes help you
– hugocsl