One design exports the complete Android launcher set: adaptive foreground, background, and monochrome layers from mdpi to xxxhdpi, the mipmap-anydpi-v26 XML that wires them together, legacy ic_launcher fallbacks for Android 7 and below, and the 512×512 Play Store icon.
| file | size |
|---|---|
| android/res/mipmap-mdpi/ic_launcher.png | 48×48px |
| android/res/mipmap-hdpi/ic_launcher.png | 72×72px |
| android/res/mipmap-xhdpi/ic_launcher.png | 96×96px |
| android/res/mipmap-xxhdpi/ic_launcher.png | 144×144px |
| android/res/mipmap-xxxhdpi/ic_launcher.png | 192×192px |
| android/res/mipmap-mdpi/ic_launcher_foreground.png | 108×108px |
| android/res/mipmap-hdpi/ic_launcher_foreground.png | 162×162px |
| android/res/mipmap-xhdpi/ic_launcher_foreground.png | 216×216px |
| android/res/mipmap-xxhdpi/ic_launcher_foreground.png | 324×324px |
| android/res/mipmap-xxxhdpi/ic_launcher_foreground.png | 432×432px |
| android/res/mipmap-mdpi/ic_launcher_background.png | 108×108px |
| android/res/mipmap-hdpi/ic_launcher_background.png | 162×162px |
| android/res/mipmap-xhdpi/ic_launcher_background.png | 216×216px |
| android/res/mipmap-xxhdpi/ic_launcher_background.png | 324×324px |
| android/res/mipmap-xxxhdpi/ic_launcher_background.png | 432×432px |
| android/res/mipmap-mdpi/ic_launcher_monochrome.png | 108×108px |
| android/res/mipmap-hdpi/ic_launcher_monochrome.png | 162×162px |
| android/res/mipmap-xhdpi/ic_launcher_monochrome.png | 216×216px |
| android/res/mipmap-xxhdpi/ic_launcher_monochrome.png | 324×324px |
| android/res/mipmap-xxxhdpi/ic_launcher_monochrome.png | 432×432px |
| android/play-store-icon.png | 512×512px |
| android/res/mipmap-anydpi-v26/ic_launcher.xml | config |
Every export also includes a README with install instructions and an icon-config.json you can re-import to keep editing later.