Google AI Studio now generates native Android apps directly in browser, Android Studio adds automated iOS porting
Google announced at I/O 2026 that AI Studio can now build native Android applications directly in the browser using Jetpack Compose and Kotlin. Separately, Android Studio's new Migration Assistant uses LLMs to automatically port iOS, React Native, and web apps to native Android, reducing weeks of manual work to hours.
Google AI Studio now generates native Android apps directly in browser, Android Studio adds automated iOS porting
Google announced at I/O 2026 that its web-based AI Studio can now build native Android applications from text prompts, while Android Studio's new Migration Assistant automates the porting of iOS and cross-platform apps to Android.
AI Studio: Prompt to Android app
AI Studio now generates complete Android applications using what Google describes as "development best practices like Jetpack Compose, Kotlin, and APIs." The workflow operates entirely in-browser:
- Generate app from text prompt
- Test using embedded Android Emulator
- Install to physical device via integrated Android Debug Bridge (ADB)
- Publish directly to Google Play for internal testing (requires developer account)
- Export to Android Studio via ZIP download or GitHub for production refinement
Google plans to add Firebase integrations (Firestore, Auth, App Check) and Google Play Test Track management in future updates.
Android Studio Migration Assistant
The new Migration Assistant targets a workflow developers already use LLMs for: converting apps from other platforms. According to Google, the agent "intelligently maps features, converts assets like storyboards and SVGs, and implements Android best practices using Jetpack Compose."
Supported source platforms:
- iOS
- React Native
- Web frameworks
Google claims the tool reduces what typically requires "weeks of manual porting" to "hours" through what it calls "a streamlined agentic workflow."
Compose becomes mandatory
Google announced that Compose is now the standard for all Android UI development after five years of evolution. Android 17 introduces "a single, Compose-based development model for all widgets" across mobile, Wear OS, and automotive platforms via Jetpack Glance.
The update integrates RemoteCompose technology, enabling high-fidelity animations on mobile and cars while allowing Wear OS widgets (formerly Tiles, now renamed Wear Widgets) to "render complex UI logic natively on remote surfaces."
What this means
Google is positioning AI-generated code as the primary development path for Android, not just a productivity tool. The ability to go from prompt to published internal test build without leaving the browser represents a significant reduction in friction for rapid prototyping. The iOS porting tool addresses a concrete pain point—platform migration—but its effectiveness will depend on how well it handles complex app logic and platform-specific features that don't map cleanly between ecosystems. The mandatory shift to Compose for widgets signals Google is willing to force breaking changes to unify its development stack, which may create migration work for existing widget developers.
Related Articles
GitHub Adds Enterprise Managed Settings to Copilot for JetBrains
GitHub Copilot for JetBrains now supports enterprise managed settings, letting administrators enforce consistent policies for plugin governance, MCP server access, OpenTelemetry, and permission modes across their organization.
Cursor Launches Origin, a GitHub Rival Code Hosting Platform, Amid GitHub Outages
Cursor has launched Origin, a code hosting platform that handles repositories, pull requests, and collaborative editing — directly competing with GitHub. The launch coincided with a six-hour global GitHub outage with a reported 20% error rate.
GitHub Details How 'Canvas' UI Makes Copilot Agent Work Easier to Track and Steer
GitHub published a blog post arguing that canvas-style interfaces—rather than chat logs—are better suited for tracking and steering agentic coding workflows in Copilot. The post frames canvases as a way to keep long-running agent work visible and controllable without re-running expensive steps.
Astro Creator Fred Schott Ships Flue 2, Bringing React-Style Hooks to AI Agent Development
Fred Schott, creator of the Astro web framework, has released Flue 2, the first stable version of his agent development framework. The update introduces React-inspired 'Agent Hooks' that let developers build agents whose configuration changes dynamically during a conversation rather than being fixed in advance.
Comments
Loading...