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
Download the latest Android SDK Platform-Tools 34.0.4 (July 2023) for Windows, Mac or Linux
https://developer.android.com/studio/releases/platform-tools
Version
34.0.4 (July 2023)
Release Date
2023-07-11
Changelog
- 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 usb start.
(issue #270205252).
- Propagate -a (gListenAll) when adb forks an adb host server (previously, the flag only worked for
- fastboot
- Mac: remove retries on invalid IO iterator (flashing failure with LIBUSB_TRANSFER_CANCELLED)
- Windows: fix “Sparse file is too large or invalid” when using “flashall”
- All platforms: fix “ANDROID_PRODUCT_OUT not set” when using “update”