Posted by Matt Dyor, Senior Product Manager
Android Studio Panda 2 is now stable and ready for you to use in production. This release brings new agentic capabilities to Android Studio, enabling the agent to create an entire working application from scratch with the AI-powered New Project flow, and allowing the agent to automate the manual work of dependency updates.
Whether you’re building your first prototype or maintaining a large, established codebase, these updates bring new efficiency to your workflow by enabling Gemini in Android Studio to help more than ever.
Here’s a deep dive into what’s new:
Create New Projects with AI
Say goodbye to boilerplate starter templates that just get you to the start line. With the AI-powered New Project flow, you can now build a working app prototype with just a single prompt.
The agent reduces the time you spend setting up dependencies, writing boilerplate code, and creating basic navigation, allowing you to focus on the creative aspects of app development. The AI-powered New Project flow allows you to describe exactly what you want to build – you can even upload images for style inspiration. The agent then creates a detailed project plan for your review.
When you’re ready, the agent turns your plan into a first draft of your app using Android best practices, including Kotlin, Compose, and the latest stable libraries. Under your direction, it creates an autonomous generation loop: it generates the necessary code, builds the project, analyzes any build errors, and attempts to self-correct the code, looping until your project builds successfully. It then deploys your app to an Android Emulator and walks through each screen, verifying that the implementation works correctly and is true to your original request. Whether you need a simple single-screen layout, a multi-page app with navigation, or even an application integrated with Gemini APIs, the AI-powered New Project flow can handle it.
Getting Started
To use the agent to set up a project, do the following:
Start Android Studio.
Select New Project on the Welcome to Android Studio screen (or File > New > New Project from within a project)
- Select Create with AI.
- Type your prompt into the text entry field and click Next. For best results we recommend using a paid Gemini API key or third-party remote model.
Create a New Project with AI in Android Studio
5. Name your app and click Finish to start the generation process.
6. Validate the finished app using the project plan and by running your app in the Android Emulator or on an Android device.
AI-powered New Project flow
For more details on the New Project flow, check out the official documentation.
Share What You Build
We want to hear from you and see the apps you’re able to build using the New Project flow. Share your apps with us by using #AndroidStudio in your social posts. We’ll be amplifying some of your submissions on our social channels.
Unlock more with your Gemini API key
While the agent works out-of-the-box using Android Studio’s default no-cost model, providing your own Google AI Studio API key unlocks the full potential of the assistant. By connecting a paid Gemini API key, you get access to the fastest and latest models from Google. It also allows the New Project flow to access Nano Banana, our best model for image generation, in order to ideate on UI design — allowing the agent to create richer, higher fidelity application designs.
In the AI-powered New Project flow, this increased capability means larger context windows for more tailored generation, as well as superior code quality. Furthermore, because the Agent uses Nano Banana behind the scenes for enhanced design generation, your prototype doesn’t just work well—it features visually appealing, modern UI layouts and looks professional from the get go.
Version Upgrade Assistant
Keeping your project dependencies up to date is time-consuming and often causes cascading build errors. You fix one issue by updating a dependency, only to introduce a new issue somewhere else.
The Version Upgrade Assistant in Android Studio just made that a problem of the past. You can now let AI do the heavy lifting of managing dependencies and boilerplate so you can focus on creating unique experiences for your users.
To use this feature, simply right-click in your version catalog, select AI, and then Update Dependencies.
Version Upgrade Assistant accessed from Version Catalog
You can also access the Version Upgrade Assistant from the Refactor menu—just choose Update all libraries with AI.
Version Upgrade Assistant accessed from the Refactor menu
The agent runs multiple automated rounds—attempting builds, reading error messages, and adjusting versions—until the build succeeds. Instead of manually fighting through dependency conflicts, you can let the agent handle the iterative process of finding a stable configuration for you. Read the documentation for more information on Version Upgrade Assistant.
Gemini 3.1 Pro is available in Android Studio
We released Gemini 3.1 Pro preview, and it is even better than Gemini 3 Pro for reasoning and intelligence. You can access it in Android Studio by plugging in your Gemini API key. Put the new model to work on your toughest bugs, code completion, and UI logic. Let us know what you think of the new model.
Gemini 3.1 Pro Now Available in Android Studio
Get started
Dive in and accelerate your development. Download Android Studio Panda 2 Feature Drop and start exploring these powerful new agentic features today.







