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
33.0.3 (August 2022)
Release Date
2022-08-22
Platform
Official Download
Alternative Download
SHA-256
checksum file*




- adb
- Don’t retry
adb root
if first attempt failed. - Fix track-devices duplicate entry.
- Add receive windowing (increase throughput on high-latency connections).
- More specific error messages in the “more than one device” failure cases.
- Reject unexpected reverse forward requests.
- Fix install-multi-package on Windows.
- Don’t retry
- fastboot
- Remove e2fsdroid as part of SDK platform-tools.
- Print OemCmdHandler return message on success.