Google embeds Gemini UI Designer into Android Studio for instant mockups

AI · 5 min read

Google embeds Gemini UI Designer into Android Studio for instant mockups

Google's latest Android Studio release ships with a built-in Gemini UI Designer that can create layout XML, style tokens, and drawable assets from natural-language prompts or rough sketches. The tool is designed to accelerate the handoff between product designers and Android engineers by producing editable code that follows Material tokens and accessibility guidelines.

The Gemini Designer works offline for many tasks using model distillation techniques and offers a cloud mode for heavier generative requests. Generated layouts respect foldables, large screens, and dynamic island variants, and Android Studio provides a single-click flow to convert generated layouts into Compose components.

Google also added a collaboration layer that syncs generated artifacts with Workspace and Git, allowing designers to iterate in parallel. The company stressed that prompt history and model provenance are tracked to help teams reproduce and audit generated UI across releases.