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

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
G
Google Developers Blog
L
LangChain Blog
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
MyScale Blog
MyScale Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
U
Unit 42
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
V
V2EX

Android Authority

I know YouTube Music is flawed, yet I prefer it over Spotify Survey reveals 50% of users don’t like the new Google Health app It’s time for Samsung’s S Pen to evolve or die The Motorola Moto G Stylus (2026) is a sequel we didn’t need NotebookLM is quickly becoming the podcast app I didn’t know I needed Samsung’s next Galaxy Watch update could finally make your health data useful Google’s Gemini Spark is ready to run your digital errands while your phone is off Telegram’s finally getting an official Wear OS app again Nintendo is back on mobile, and it wants to turn your selfies into minigames Google Drive’s big document scanner overhaul is finally here — don’t overlook its power Spotify will finally give you real profile tools to make music listening more social Acer’s new gaming handheld might dodge the worst of tech inflation Meta is cooking up a new line of smart glasses, and they may not be Ray-Bans ChatGPT is retiring this beloved legacy model in June Is Microsoft Copilot not working? Here’s what’s going on (Update: Back up) Samsung Gallery starts quietly ending OneDrive support ahead of schedule Here’s a first look at custom wallpapers in Google Messages Rivian is pretty sure customers want AI, not Android Auto Leaked iPhone 18 Pro dummy units may have just shown the next Android phone color trend A company spent $500 million in one month after forgetting to set AI usage limits Now even MediaTek’s cheap chips are embarrassing the Tensor G5 in one major area Pixel 10 Pro XL user says Google returned their phone worse than dead The best robot pool cleaners of 2026: Top picks for all budgets and pool sizes Claude Opus 4.8 is more honest, less deceptive, and considerably cheaper Roborock’s Qrevo Curv 2 Flow is ready to mop up the competition — and your filthy floors Google is making it easier to share Gemini chats, media, and more with your team One UI 9 borrows one of the iPhone’s most useful call features This is the biggest mistake Oura is making with the Oura Ring 5 This Verizon user owed $400, but the carrier made an unexpected move Google’s Fitbit Air makes a strong case for minimalism and ditching your smartwatch
Android 17 fixes wireless ADB headaches with ADB Wi-Fi 2.0
Aamir Siddiqui · 2026-06-17 · via Android Authority
Wireless debugging setting on a Pixel phone by Ryan Haines

An image of Android's wireless debugging settings page on a Pixel phone. Original photo by Ryan Haines. Gemini Nano Banana Pro was used to place the screenshot onto the screen.

TL;DR

  • Launched with Android 11, the original wireless ADB relied on bloated third-party libraries that routinely crashed during network changes.
  • Android 17 introduces ADB Wi-Fi 2.0, which replaces the old code with a lightweight, custom 4,000-line Rust library, bringing significant stability and improvements.
  • ADB now automatically remembers and reconnects to trusted networks without manual repairing, while Android Studio gets a revamped pairing window that displays a live list of local devices.

If you consider yourself an Android power user, you’ve very likely heard of and used ADB. Short for Android Debug Bridge, ADB is a command-line tool that lets you control your Android device from a PC. ADB works over both wired and wireless connections, but most users prefer wired because using it wirelessly comes with its own annoyances. With Android 17, Google is finally dealing with those annoyances with ADB Wi-Fi 2.0.

As spotted previously in Android Canary builds, Android 17 introduces ADB Wi-Fi 2.0, a significant overhaul of the wireless ADB stack that improves stability, reliability, and ease of use (h/t Mishaal Rahman on Reddit).

Google ADB Wi Fi 2.0 with Android 17

Google’s ADB tech lead, Mr. Fabien Sanglard, shed more light on the ADB Wi-Fi 2.0 upgrade during an Android Makers session, laying bare why the first iteration was so broken.

To build ADB Wi-Fi (v1) that was eventually launched in 2020 with Android 11, Google relied on massive, bloated third-party libraries — specifically Apple’s mDNSResponder for Mac and Chrome’s Open Screen for Windows and Linux. These choices were “like credit cards,” bringing instant features but long-term technical debt. Chrome’s library, initially built for Chromecast, wasn’t designed to handle a laptop lid closing or moving between offices. As a result, network changes completely killed the old wireless stack, forcing developers to restart the pairing process.

ADB Wi-Fi 2.0 ditches that old baggage completely. Google has dropped the messy third-party dependencies in favor of its own lightweight, 4,000-line Rust library designed specifically for monitoring network changes across all desktop platforms. On the device side, the phone now leverages the native Android NsdManager platform stack.

Google ADB Wi Fi 2.0 with Android 17 ADB 37.0.0 improvements

The practical improvements here are said to be massive. The system now automatically monitors your network state. If you walk away to a meeting and return, ADB Wi-Fi 2.0 will automatically re-enable itself and reconnect without your intervention, provided you are on a trusted network. To make this reliable, Android 17 identifies trusted networks using a smarter combination of SSID and BSSID (MAC address) rather than just BSSID, preventing multi-access-point setups from breaking the loop.

Android Studio is also getting a revamped pairing UI to match the backend stability. Instead of throwing a blind, spinning QR code that stalls indefinitely if the network blocks it, the new dialogue will populate a live list of actual discoverable local devices, complete with customized device names.

Google ADB Wi Fi 2.0 with Android 17 Android Studio pairing UI

While the framework fixes inherently require a device running Android 17, developers running older versions of Android will still see some stability side-benefits on the host side just by updating to ADB 37 and the latest Android Studio versions on their PC. It’s an unglamorous under-the-hood tweak, but for the folks keeping the app ecosystem alive, ADB Wi-Fi 2.0 might just be one of Android 17’s best upgrades.

Thank you for being part of our community. Read our Comment Policy before posting.