I wonder, when my new project is minSdkVersion 26 (or later), that I can safely delete these mipmap-*dpi folders and their content ic_launcher icons, and then simply with mipmap-anydpi (renamed from mipmap-anydpi-v26) folder containing vector icons (ic_launcher.xml and ic_launcher_round.xml).
It seems no problem to build a such project. Are there any potential problem I don't aware with this?
