Turn your REST APIs into MCP tools with Google Cloud API Gateway
Source: Google Developers Blog
Turn discovery into action with September’s Demand Gen Drop.
Turn discovery into action with new seamless experiences and integrations from YouTube’s September Demand Gen Drop.
Source: The Official Google Blog
Build your way: Use any AI agent of your choice in Android Studio
AI-powered developer tools have become an essential multiplier for engineering productivity, with teams adopting specialized AI coding agents, custom enterprise harnesses, and autonomous tools. It’s important for you to be able to build Android apps in the way that works best for you and your team, and agentic Android development is more open and flexible than ever before.
Last year, Android Studio opened up to any AI model. Today, we’re taking the next step by introducing support for your choice of coding agents. With our new Bring Your Own Agent (BYOA) feature, you can seamlessly integrate your preferred coding agent into Android Studio—featuring Anthropic’s Claude Agent, Open AI’s Codex, and Google’s Antigravity—and supercharge it with Android Studio’s AI-optimized infrastructure and tool support.

Your agents, your AI plan
BYOA pairs your favorite agent with IDE-native intelligence, making it faster, more accurate, and more cost-effective. BYOA is available in the latest Android Studio Canary with benefits including:
- Codebase awareness and token efficiency: Android Studio provides the full project graph, build setup, and platform details directly into your agent using Agent Client Protocol (ACP) . The agent can then filter to relevant files or details for efficient token usage, lower latency, and sharper answers.
- Seamless workflow continuity: Transition smoothly between multiple conversational agent prompts and Android Studio's purpose-built tools, keeping your flow state intact as you effortlessly jump between tasks.
- Agent flexibility: Connect any ACP-compliant agent directly into Android Studio, and sign in with your plan. If one agent runs out of quota or isn’t meeting your performance expectations, you can have another agent take over.
- Native tool injection: We wire up build diagnostics, UI tools like Jetpack Compose Previews, Android SDK tools, and Android emulator control so your agent has access and can test, diagnose, and execute directly in Android Studio.
Powerful, capable, and reliable coding agents
Agents can plan and execute complete technical workflows directly in your environment, unlocking powerful use cases:
- Execute in the environment: Read, write, and edit files, run shell commands, run tests, and search the web.
- Delegate to subagents: Break down complex projects by spawning specialized agents for subtasks like code review or testing.
- Stay in control: Granular permissions let the agent act on its own for routine work, and pause for your approval on riskier actions.
- Persist context and configuration: Maintain long-running sessions and automatically load project skills, slash commands, and memory.
Agents running in Android Studio also benefit from Android skills and the Android Knowledge Base, ensuring they have access to the latest Android best practices. And if you want to learn more about how agents impact model performance, read more about our latest updates to Android Bench.
Using Gemini with Google Antigravity
Many developers have been using Gemini directly in Android Studio through the built-in agent, and we will continue to offer this experience in Android Studio. However, for the best experience with Gemini, we recommend selecting the Google Antigravity agent for access to the latest Gemini models such as Gemini Flash 3.8, along with increased AI usage quota. You can also login to the Google Antigravity agent with your Google AI Pro or Ultra plan to take advantage of your benefits in Android Studio, or pay per token rates with a Gemini API key.
Selecting the Google Antigravity agent
If your organization is using Gemini Enterprise, you can continue to use the built-in agent or the Antigravity agent. In either case, your organization continues to benefit from the added security and privacy of Google Cloud.
Get started
BYOA support is rolling out in preview starting with the canary release of Android Studio Rabbit 2 featuring commonly used agents like Google Antigravity, Claude Agent, and Codex. Both enterprise and consumer AI plans are supported - subject to the agent provider. To connect an agent, follow these steps:
- Update Android Studio: Ensure you are running the latest from the canary release channel.
- Connect your agent(s): In the agent window, select one of the agents (Claude Agent, Codex, or Antigravity) and sign-in or provide an API key. Additional agents can be found in the registry Settings > Tools > AI > Agents
- Explore the docs: Check out our preview release note here.
Your feedback is essential as we continue to refine the AI experience in Android Studio. If you find a bug or issue, please file an issue. We can’t wait to see what you build!
Source: Android Developers Blog
Introducing Gemini 3.8 Live with Live Avatar
Introducing Gemini 3.8 Live with Live Avatar, which brings near real-time visual presence to Gemini’s conversational AI.
Source: The Official Google Blog
Behind Project Suncatcher, our moonshot to put AI in space
Learn about Project Suncatcher, how we’re testing hardware survival for space, designing cooling systems for AI chips, and more.
Source: The Official Google Blog
Helping 25,000 veterans and military families build careers in skilled trades
Google.org is supporting organizations to help veterans and military families find careers in skilled trades.
Source: The Official Google Blog
Turning cultural artifacts into interactive learning companions
Uncover the history of nearly 200 historical objects, or put your visual recall to the test in a freshly hung exhibition.
Source: The Official Google Blog
Announcing web multimodal Search performance reporting in Search Console
Understanding how users find your content is crucial for any publisher or site owner. As Search evolves to include more visual and multimodal experiences, we want to ensure you have the data you need to analyze your performance.
Source: Google Search Central Blog
Announcing v25.2 of the Google Ads API
Today we are announcing the release of v25.2 of the Google Ads API. To use the new capabilities, you must upgrade your client libraries and client code. All the updated client libraries and code examples have been published.
Come join us for a live walkthrough of this release in our Google Ads API Release Highlights event on Discord or our Ads Developers YouTube Live tomorrow (September 24th at 10am ET). This will also be recorded and posted on YouTube for those who can’t make the live events. If you have any questions or want to discuss this post, reach out to us in the #ads-api channel on Discord.
New Features
Here are the highlights of what’s new in v25.2:
- Competitive benchmarks percentile metrics:
BenchmarksService.GenerateBenchmarksMetricsnow surfaces metrics representing your competitive standing among other advertisers in percentile tier format usingPercentileMetricsandBenchmarksCustomerPercentileTier. You can request this data by addingPERCENTILE_DATAtosupplemental_data, settingbenchmarks_sourcetoALL_ADVERTISERSand specifying thecategory_filter. - Generate Performance Max drafts from Smart campaigns: The new
SmartCampaignSettingService.GeneratePMaxDraftCampaignmethod allows you to programmatically generate a Performance Max draft campaign directly from an existing Smart campaign, simplifying your campaign upgrade workflows. - Asset group URL options: You can now configure tracking templates (
tracking_url_template), custom parameters (url_custom_parameters), and final URL suffixes (final_url_suffix) directly at the asset group level onAssetGroupfor Performance Max campaigns. - Creator insights by YouTube channel handles:
ContentCreatorInsightsService.GenerateCreatorInsightsnow supports searching directly by YouTube channel handles in addition to channel IDs, streamlining your creator discovery process. - Vertical ads itinerary dimensions and price competitiveness: For hotel and travel advertisers, we've added new itinerary dimension segments (
advance_booking_window,length_of_booking,start_date,start_day_of_week,user_set_dates) along with new vertical ads metrics metrics and segments such asvertical_ads_price_difference_percentage,vertical_ads_price_tierandvertical_ads_potential_impressions. - Search bid adjustment recommendations: New recommendations (
raise_target_cpa_performance_bid_too_low_recommendationandlower_target_roas_performance_bid_too_low_recommendation) notify you when Target CPA or Target ROAS bids are too low for Search campaigns to enter auctions.
Getting started
Google Ads API v25.2 is a drop-in upgrade for v25. If you use our client libraries, download the latest version of your client library to start using these features. Review the official release notes for a full list of changes. If you have any questions or want to discuss this post, reach out to us on our Google Advertising and Measurement Community Discord server.
For technical support issues, please reach out to the Google Ads API support channel.
Posted by Matthew Warner, Product Manager, Android Developer Experience

