← Package directory
Available on winget

Install Android SDK Platform-Tools

Android SDK Platform-Tools includes tools that interface with the Android platform, primarily adb and fastboot.

Install with winget
winget install --id Google.PlatformTools
Upgrade
winget upgrade --id Google.PlatformTools
Uninstall
winget uninstall --id Google.PlatformTools

About Android SDK Platform-Tools

Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, primarily adb and fastboot.

Version history

Version Updated Notes
37.0.0 Unknown Release notes
36.0.2 Unknown Release notes
36.0.1 Unknown Release notes
36.0.0 Unknown 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). -...
35.0.2 Unknown adb - Fix openscreen mDNS backend bug bringing down server on truncated query issue #294120933. - Make openscreen mDNS backend work on macOS. - Make openscreen mDNS backend default on all platforms. - Support to detect U...
35.0.1 Unknown adb - Switch to libusb 1.0.27
35.0.0 Unknown adb - Switch to libusb as the default on Linux issue #270205252. - Fix adb startup on hosts without USB. - Fix adb hangs caused by USB devices incorrectly reporting zero-length descriptors issue #302212871. - Fix return...
34.0.5 Unknown 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 (...
34.0.4 Unknown adb - Propagate -a (gListenAll) when adb forks an adb host server (previously, the flag only worked for adb -a server nodaemon) - Faster root and unroot - Reland Flag(env) guarding clear endpoint (device) feature for OSX...
34.0.3 Unknown No notes