Android SDK Platform-Tools 37.0.1 (July 2026)

Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, such as adb, fastboot, and systrace. These tools are required for Android app development. They’re also needed if you want to unlock your device bootloader and flash it with a new system image. Although some new features in these tools are available only for recent versions of Android, the tools are backward compatible, so you need only one version of the SDK Platform-Tools.

SDK Platform Tools

Version

37.0.1 (July 2026)

Release Date

2026-07-09

Platform

Official Download

Alternative Download

SHA-256
checksum file*

Windows
sdk-platform-tools-logo
OneDrive Download
SHA256
macOS
sdk-platform-tools-logo
OneDrive Download
SHA256
Linux
sdk-platform-tools-logo
OneDrive Download
SHA256
clearpixel
Android SDK Platform-Tools 37.0.1 (July 2026)

adb

  • Delete openscreen backend. The environment variable ADB_MDNS_OPENSCREEN no longer has any effect. The only mDNS backend is libadbmdns.
  • Add trace level. ADB_TRACE format now accepts a log level (for example: usb:v, services:w).
  • Linux:
    • Improve USB hotplug system. Rely on udev netlink events instead of kernel to avoid race conditions with udev.
    • Add blame for the kill-server command. The adb server will print out the process command line chain which requested its termination.
  • Windows:
    • Improve mDNS backend. Load wlanapi.dll lazily to allow adb to run on Windows Server that doesn’t include wlanapi.dll.
    • Introduce libadbusb to replace libusb. libadbusb can be disabled by setting the ADB_USB_LEGACY environment variable to 1.
  • MacOS:
    • Disable libusb. Use legacy USB backend instead. libusb can be enabled by setting the ADB_LIBUSB environment variable to 1.

Leave a Comment