AI Studio builds Android apps from a prompt, Android Studio auto-ports iOS apps

Two new features that lower the bar for Android development: Google AI Studio compiles native Android apps from a text prompt, while Android Studio introduces a Migration Assistant that automatically converts iOS, React Native, and web projects into native apps with Jetpack Compose.

At I/O 2026 Google announced two tools aimed at the same audience — anyone who'd like to ship on Android but finds the technical onboarding too slow.

AI Studio: from prompt to app

Google AI Studio, until now a playground for the Gemini API, adds a "Build an Android app" option. You start from a prompt, iterate in an Android emulator embedded in the browser, and install the result on your phone via integrated ADB. No local SDK, no Android Studio installed, no dev environment to configure.

Generated apps follow current best practices — Jetpack Compose, Kotlin, Google's recommended APIs. It's aimed at two profiles: fast prototyping for experienced developers, and a "no-install" on-ramp for people who've never written Android code.

Migration Assistant: from iOS, React Native and web in hours

Android Studio adds an agentic Migration Assistant. It takes an existing iOS, React Native, or web framework project, maps features onto the Android model, converts assets like storyboards and SVGs, and rebuilds the app in Jetpack Compose using recommended Jetpack libraries.

According to 9to5Google, Google talks about weeks of manual porting compressed into hours of agentic workflow. The feature is in preview and will ship in a future Android Studio release.

Why they matter

Both are part of the same strategy: lower the cost of shipping on Android. For companies running an iOS app but skipping Android over budget, the Migration Assistant cuts the marginal cost. For prototypers, AI Studio kills the friction of a local install. It's a defensive move — indie developers shipping only on iOS are a structural risk for the Play Store — but it's a concrete one.

The real impact will depend on output quality: prompt-generated apps and auto-ported codebases are judged on the usability of the final code, not on the keynote demo.

← Back to all announcements