What’s New

Android SDK Platform Tools 28.0.1

28.0.1
Added 1
  • Support for reconnection of TCP connections with automatic reconnection attempts for up to 60 seconds upon disconnection
Changed 1
  • Increase command timeout to 30 seconds to better support slow bootloader commands
Fixed 3
  • Unicode console output on Windows
  • File descriptor double-close that could result in connections being closed during simultaneous adb connect
  • adb forward --list when used with more than one device connected

Add support for reconnection of TCP connections. Upon disconnection, adb will attempt to reconnect for up to 60 seconds before abandoning a connection. Fix Unicode console output on Windows. (Thanks to external contributor Spencer Low!) Fix a file descriptor double-close that can occur, resulting in connections being closed when an adb connect happens simultaneously. Fix adb forward --list when used with more than one device connected. Increase command timeout to 30 seconds, to better support some slow bootloader commands.

View original

Discussion