Android App Icon Generator (ic_launcher & Mipmap)
Generate official Android Studio mipmap folders, adaptive icons, and 512×512 Google Play assets from a single image. Free Android Asset Studio replacement.
100% Free • No Account Required • Runs Locally in Browser
The Modern Alternative to Android Asset Studio
For years, Android developers relied on the web-based Android Asset Studio to generate launcher icons. When that tool was deprecated, developers were forced to open heavy IDE instances of Android Studio’s Image Asset wizard or manually slice six separate resolutions in graphic editors.
Imagerry Android Icon Generator brings back the instant, single-click web workflow — modernized with support for Android Adaptive Icons, circular masks, and zero cloud uploads.
What Densities & Folders Are Generated?
Drop your master logo (minimum 512×512 px, ideally 1024×1024 px) into the generator to instantly download a production-ready package structured for your app/src/main/res/ tree:
| Folder / Density | Resolution (px) | Multiplier | Device Class |
|---|---|---|---|
res/mipmap-mdpi/ | 48 × 48 | 1.0× | Baseline Android displays (~160 dpi) |
res/mipmap-hdpi/ | 72 × 72 | 1.5× | High-density screens (~240 dpi) |
res/mipmap-xhdpi/ | 96 × 96 | 2.0× | Extra-high-density screens (~320 dpi) |
res/mipmap-xxhdpi/ | 144 × 144 | 3.0× | Ultra-high-density flagship displays (~480 dpi) |
res/mipmap-xxxhdpi/ | 192 × 192 | 4.0× | Extra-extra-extra-high density (~640 dpi) |
playstore-icon.png | 512 × 512 | Store Master | Required for Google Play Console submission |
Adaptive Icon Safe Zones: Stop Your Logo from Getting Clipped
Android Adaptive Icons introduce dynamic motion effects, parallax, and custom OEM masks (Samsung squircles, Google Pixel circles, OnePlus teardrops).
To ensure your brand looks flawless across all devices:
- Total Canvas: 108 × 108 dp (the full foreground layer).
- Safe Zone: Central 66 dp diameter circle (the inner 66% of the icon).
- Background Layer: Must be a solid color or full-bleed pattern that extends to the outer 108 dp boundary.
Imagerry includes a live safe-zone overlay so you can visually verify that your artwork never gets clipped before pasting files into Android Studio.
3-Step Setup for Any Android App
- Upload Master Graphic: Drag and drop your square PNG or SVG artwork into Android Icon Generator.
- Preview Safe Zone: Adjust padding and background color to verify your logo stays inside the 66% circular boundary.
- Copy to Android Studio: Download the ZIP archive and extract the
res/contents directly intoapp/src/main/res/.
Looking for iOS & Web Favicons Too?
Need icons for both platforms from the same master file? Check out our multi-platform studio: 👉 App Icon Studio (iOS Xcode & Android Studio) — Generates Xcode AppIcon.appiconset catalogs with Contents.json alongside Android mipmaps.
Ready to edit your images?
Start using Imagerry entirely in your browser right now. Zero server latency, no subscriptions, and absolute privacy.
Frequently Asked Questions
What is the modern replacement for the deprecated Android Asset Studio?
Imagerry Android Icon Generator is the modern, browser-based replacement for Google's legacy Android Asset Studio. It takes any high-resolution master image and automatically slices it into standard Android mipmap densities (mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi) along with 512x512 Google Play store graphics, running 100% locally on your machine with zero server uploads.
What sizes are required for Android ic_launcher mipmap icons?
Android Studio uses 5 standard pixel densities for launcher icons: mdpi (48×48 px), hdpi (72×72 px), xhdpi (96×96 px), xxhdpi (144×144 px), and xxxhdpi (192×192 px), plus a 512×512 px 32-bit PNG for the Google Play Console listing.
How does the Android Adaptive Icon safe zone work?
Android Adaptive Icons are 108×108 dp in total size, but the outer 18 dp on each side is reserved for device-specific masking (circle, rounded rect, squircle, or teardrop). All critical logos and typography must remain within the central 66 dp circular safe zone (the inner 66% of the artwork) to prevent clipping across different phone manufacturer launchers.
How do I install the generated icons into Android Studio?
Download the generated ZIP from Imagerry, unzip it, and copy the res/ folder directly into your Android project's app/src/main/ directory. It automatically maps all ic_launcher.png and ic_launcher_round.png files into their matching mipmap-*dpi folders.
Is my unreleased app logo kept confidential?
Yes. Unlike cloud conversion tools, Imagerry processes all icon rendering, resizing, and ZIP packaging client-side in your browser using HTML5 Canvas and WebAssembly. No files or assets are ever uploaded to any server.