Moving an iOS app to Android typically takes a team 3–4 weeks. React Native might be faster, but you're still mapping UI components, converting assets, and rewriting in Jetpack Compose by hand. Google declared that its new Migration Agent cuts that down to hours.
Three announcements came out of the Google I/O 2026 Developer Keynote at the same time: Migration Agent, Managed Agents, and WebMCP. Individually, they look like quality-of-life upgrades. Together, they tell one story — AI is moving from assisting development to actually executing it.
What are these three things, exactly?
Here's the short version of each announcement.
- Migration Agent (Android Studio)
An AI agent that converts iOS, React Native, and web framework code into native Kotlin Android apps. It intelligently maps features, converts assets like storyboards and SVGs, and applies Jetpack Compose best practices. Google claims it turns weeks of manual porting into hours. - Managed Agents (Gemini API)
Get a fully provisioned AI agent from a single API call. A Linux sandbox spins up automatically, pre-equipped with web browsing, code execution, and file management. Built for developers who want to deploy agents without setting up infrastructure. Compute is free during the preview period. - WebMCP (Chrome 149 Origin Trial)
A proposed web standard that changes how browser-based AI agents interact with websites. Instead of simulating clicks, WebMCP lets websites declare structured tools — agents call them directly with speed and reliability. Chrome 149 origin trial starts now.
The common thread across all three: agents are executing development work, not just helping with it.
What actually changes?
| Before | After I/O 2026 | |
|---|---|---|
| App migration | Manual rewrite by developer (weeks) | Migration Agent auto-converts (hours) |
| AI agent deployment | Build server, sandbox, integrations yourself | Single API call, fully provisioned |
| Web-agent interaction | Click simulation (brittle, slow) | Structured WebMCP tool calls (precise) |
| New Android apps | Set up project in Android Studio manually | Prompt in Google AI Studio → Kotlin app |
Migration Agent isn't just translating code. It analyzes intent, maps features intelligently, and reimplements using Android architecture. It's closer to redesign than translation. Complex business logic will still need developer review, but the structural heavy lifting is done.
With Managed Agents, the key is infrastructure abstraction. Standing up an AI agent used to mean cloud instances, sandbox configuration, tool integration, auth management. Now it's an API key and one line of code. The underlying model is antigravity-preview-05-2026, with reasoning, code execution, and web browsing built in.
WebMCP is the longer-term bet. Think about how often AI agents fail at booking flights or completing checkout flows right now. WebMCP fixes that by letting sites like Expedia declare a search_flights tool — agents call it directly, no click simulation needed. Expedia, Booking.com, Shopify, and Instacart are already testing it.
Managed Agents pricing
During the preview, Linux sandbox compute (CPU, memory, execution environment) is free. You only pay for token usage and tool calls at standard Gemini 3.5 Flash rates. Great time to experiment.
How to get started
- Migration Agent — Update Android Studio
Update to the latest Android Studio, then go to File → Migrate → [Source Platform] to Android. Open your existing iOS, React Native, or web project and run the agent. - Managed Agents — Get a Gemini API key and call one function
Grab a Gemini API key and call interactions.create() in the Python or JavaScript SDK. Model: antigravity-preview-05-2026. Compute is free during preview. - WebMCP — Register for origin trial and declare tools
Register for the Chrome 149 origin trial. Choose the Declarative API (annotations on HTML forms) or Imperative API (JavaScript tool registration). Google's travel booking and pizza order demos are on GitHub. - Test WebMCP locally first
Even before Chrome 149, enable chrome://flags/#enable-webmcp-testing to experiment locally. - Build an Android app from Google AI Studio
Go to ai.google.dev, prompt your app idea, and deploy via the Antigravity CLI. Output is Kotlin + Jetpack Compose.
Further reading
Google I/O 2026 Developer Keynote official summary Includes all three announcements plus Android Bench, Modern Web Guidance, and Chrome DevTools for Agents. developers.googleblog.com
Android Developers Blog — 17 Things to Know at Google I/O 17 new features for Android developers including Migration Agent details. android-developers.googleblog.com
Chrome for Developers — WebMCP official docs Declarative and Imperative API examples, Origin Trial registration. developer.chrome.com
Google AI for Developers — Managed Agents Quickstart Python/JS code examples for building your first Managed Agent in 5 minutes. ai.google.dev
Chrome Unboxed — WebMCP deep dive How WebMCP turns Chrome tabs into AI workspaces, and why it matters. chromeunboxed.com
Google Blog — Introducing Managed Agents in the Gemini API Official explanation of the Antigravity agent architecture and how to build custom agents. blog.google




