What’s New

Android SDK Platform Tools 34.0.5

34.0.5
Added 2
  • adb wait-for-disconnect is now operational for non-USB wireless debugging
  • Added new DbC interface for future support of ChromeOS over adb
Changed 1
  • adb now defaults to libusb on macOS
Fixed 2
  • adb now returns a failure code (1) when wireless pairing fails instead of responding with a successful code
  • Fixed flashall on Pixel 3 devices

adb adb now defaults to libusb on macOS to address issue #270205252. Previously, adb responded with a successful code when wireless pairing fails. Resolved this by returning a failure code (1) and user-facing error ( error: protocol fault (couldn't read status message...)). echo $? now reports 1. adb wait-for-disconnect is now operational for non-USB (wireless debugging). Added new DbC interface for future support of ChromeOS over adb. fastboot Fixed flashall on Pixel 3 devices.

View original

Discussion