Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio. Image Assets sizes generation

I successfully generated a "Launcher Icon" for my project with all expected sizes, now I want to do the same with images to use in ImageViews. I tried all the options in "Image Assets" and none worked.

How can I generate all the different image sizes with Android Studio at once? Just like the launcher icon.

Thanks.

like image 474
ProtectedVoid Avatar asked Oct 20 '22 15:10

ProtectedVoid


1 Answers

If you use AndroidStudio this plugin is perfect https://plugins.jetbrains.com/plugin/7658?pr=

like image 88
Diego Avatar answered Oct 22 '22 22:10

Diego