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.1 (March 2023) for Windows, Mac or Linux
https://developer.android.com/studio/releases/platform-tools
Changelog
- adb
- macOS: Reverted “unstable connectivity (MacBook high speed cable)” resolution due to adb install hang (issue #270205252).
- fastboot
- Windows: Fixed “mke2fs: Illegal or malformed device name while trying to determine filesystem size” error introduced in Platform tools 34.0.0 (issue #271039230).