惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
小众软件
小众软件
有赞技术团队
有赞技术团队
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
WordPress大学
WordPress大学
J
Java Code Geeks
罗磊的独立博客
V
Visual Studio Blog
雷峰网
雷峰网
H
Help Net Security
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
F
Fortinet All Blogs

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
Google expands AI-powered app discovery and Android devel...
Kyt Dotson · 2026-05-20 · via SiliconANGLE

Google expands AI-powered app discovery and Android development tools at I/O

Google LLC’s Android team today announced it’s employing deeper integration of generative artificial intelligence and agentic AI to help mobile developers and publishers connect with customers and users. 

The company said at its annual Google I/O 2026 developer conference that said it’s expanding how users can find apps in the Google Play store on Android and the web using Gemini. This manifests as Ask Play within the store, a new AI-powered overlay experience with Gemini under the hood that turns app discovery into a natural conversation. 

The new experience can access the full context of different app experiences and listen to what the user wants through an iterative discussion to help them find what they want in the store. More and more users are turning to AI chatbots for discovery, and with Ask Play highlights, users can get a high-level summary of searches directly within search results to help them decide what apps or games they want from the ever-growing catalog. 

Google also announced updates to Engage SDK, which helps bridge and surface content between devices. For example, if users spend time watching a TV show on their Google TV and then walk away, they might notice a Play listing showing them that they can continue watching on their Android tablet when they’re away from home and have free time. 

Starting next month, existing users will see content notices directly in store listings. New tablet surfaces, including home screen Collections, are coming soon. Engage SDK surfaces can now scale across more than 80 different Play markets. 

Agentic AI expands across Android development

To aid developers in building the next generation of Android apps, Google showcased new capabilities for the Android command line interface, or CLI, now in stable version 1.0, that integrate with powerful agentic AI capabilities. 

This is a tool that, instead of running as a window on a screen, runs at a lower level using a text interface, which is closer to where most large language models operate. It also means that AI agents can “talk” to the CLI in its own language and get work done, allowing users to hook up whatever AI coding tool they want. 

Developers can quickly get up and running with an Android plugin package for Google’s Antigravity agentic coding environment, which now includes the Android CLI and skills. This provides Antigravity with tools and capabilities to use the CLI to perform the core tasks for mobile app development. 

To add more options, the updated CLI version introduced a new “android studio” command that allows the agent of developer choice to use the contextual capabilities of Android Studio to understand and perform actions. By running Android Studio alongside an AI agent using Android CLI, the agent can more readily navigate an Android codebase and better understand the ins and outs of projects. 

Native Android app creation

Google AI Studio, the company’s browser-based prototyping environment for developers powered by Gemini, can now build entire high-quality native Android apps in minutes. 

The new update brings the capabilities originally introduced through Gemini in Android Studio directly into the web-based environment. 

Native Android apps are built primarily in Kotlin and Jetpack Compose and are often iterated on using desktop editors such as JetBrains, not normally web-based environments. However, with this update, developers can launch a web browser, describe what they want and have the agent go to work in the cloud. 

Using a Google Play developer account, it’s also possible to publish directly from AI Studio for testing. The agent will automatically create the app record, package its bundle and upload it to an internal testing track in Google Play Developer Console. 

The app will become available to install within minutes, and it can be iterated upon within AI Studio. 

Moving beyond the browser is also simple. If the developer wants to break out of the web, AI Studio can wrap the project up into a ZIP format or export it directly to GitHub. This will allow developers to readily import anything built in the cloud into a different AI coding tool or development environment. 

 Image: SiliconANGLE/Microsoft Designer

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.