Update: Changelog available
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
36.0.0 (April 2025)
Release Date
2025-03-27
Platform
Official Download
Alternative Download
SHA-256
checksum file*




- adb
- Re-written libusb USB backend (uses sync API instead of async API). Improves reliability and fixes memory exhaustion on Linux.
- Libusb USB backend hot-plug now supports for Windows (enables USB speed detection).
- Improved
server-status
now displays if mdns is enabled. - Fixed macOS bug where Zero Length Packets were not sent, resulting in stalled connection (b/208675141).
- Fixed use-after-free in libusb backend.