Noticia

Google AI Studio Brings Prompt-Based Android App Building to the Browser

Google AI Studio can now generate native Android apps from prompts, while a companion mobile app is open for pre-registration.

Imagen editorial de demostración con smartphones en una mesa de pruebas de radio
Las imágenes de demostración se identifican y nunca sustituyen las pruebas del producto.

Google is bringing prompt-based Android app creation to Google AI Studio, giving developers and curious creators a browser-based route from an idea to a native mobile prototype. The company announced the change on May 19, 2026, alongside a Google AI Studio mobile app that was made available for pre-registration.

The announcement is significant because it connects two parts of the app-building process that have traditionally been separated. A user can start with a prompt in the browser, inspect the result in an embedded Android Emulator, install a build on a connected Android phone and send the project to Google Play for internal testing. Google presents the workflow as a way to reduce setup work without removing the possibility of continuing in a conventional development environment.

Google AI Studio remains a web-based tool, but its new Android option is aimed at native applications rather than simple web pages. In the Build tab, users can select the option to build an Android app and describe what they want to create. Google says the system generates Kotlin code using Jetpack Compose, its recommended toolkit for modern Android interfaces. The company’s Android Developers announcement describes the feature as an initial release focused on moving quickly from a prompt to a working project.

From prompt to a device

The first step takes place in the cloud. The embedded Android Emulator runs inside the browser, allowing a creator to preview the application while refining the prompt and the generated interface. This avoids downloading the Android SDK or configuring a local environment before the first experiment. It also makes the early stages easier to share with someone who wants to review the idea without opening a full Android development project.

Google also supports a direct connection to an Android phone through USB and the Android Debug Bridge. That means a generated build can be installed on physical hardware for a more realistic check of touch input, sensors and device behavior. The company specifically highlights native capabilities such as camera access, location, the accelerometer and Bluetooth. Those capabilities can make an Android app more useful than a browser-only prototype, but they also make testing and permission decisions more important.

For developers who already use Google Play, AI Studio can create an app record, package the project and upload it to an internal testing track through a connected Play Developer account. Internal testing is not the same as a public launch: it is designed for controlled distribution before an application is submitted more broadly. Google says the app can then be installed and updated during the development process.

A mobile companion for development

The second part of the announcement is the Google AI Studio mobile app. Google said the app would let users iterate on code, preview builds and explore a mobile gallery of projects from a phone. The official announcement also describes options for remixing projects and sharing live deployments for feedback. At launch, Google directed interested users to a pre-registration page; the announcement did not promise a universal release date.

This mobile angle is practical for short iterations rather than a replacement for every desktop workflow. A phone can be useful for testing an idea, reviewing a preview or making a small change while away from a workstation. Larger projects still benefit from a local IDE, version control and a repeatable build process. Google says AI Studio can export a project as a ZIP file or send it to GitHub, while developers can also hand the work off to Android Studio when they need more advanced tools or broader device coverage.

What Google is and is not promising

The wording around the launch matters. Google describes the generated code as production quality, but the announcement is about a development workflow, not a guarantee that every prompt produces a finished application. The initial focus includes personal utilities, simple social apps, hardware-enabled experiences and applications that use Gemini APIs. Google also listed Play test-track management and Firebase integrations as features planned for a later stage.

Creators should therefore treat the generated project as a starting point that still needs review. Before sharing an app with testers, check the permissions it requests, verify how it handles personal data, test behavior when the connection is unavailable and inspect any third-party or AI service dependencies. Hardware features should be tried on the physical devices they are meant to support, and internal testing should remain limited to people who understand that the software may still change.

For experienced Android developers, the announcement is less about eliminating the existing toolchain than about shortening the path to a first prototype. For newcomers, it offers a clearer way to explore native mobile development without an immediate setup barrier. The important test will be whether generated projects remain understandable, maintainable and safe once they move beyond a demonstration. Google AI Studio now provides the prompt, emulator, phone and Play testing links; the responsibility for validating the result remains with the person building the app.

Fuentes y pruebas

Official source: blog.google (se abre en una pestaña nueva)