The title says it all. Until then I did not know this convention using the mipmap folder to design icons. Finally, by using the wizard for creating icons in the IDE "Image Asset", Android Studio itself creates the 5 icons variations (hdpi, mdpi, xhdpi, xxhdpi, xxxhdpi
) in mipmap folder... But only makes him the type of asset is launcher icon, if "action bar and tab icons" icon is created in the drawable folder. That's right? It's some kind of bug? What is the standard for mipmap and drawable?
Example: