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
34.0.5 (October 2023)
Release Date
2023-10-16
Changelog
- 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 (
error: protocol fault (couldn't read status message...)
).echo $?
now reports1
. adb wait-for-disconnect
is now operational for non-USB (wireless debugging).- Added new DbC interface for future support of ChromeOS over adb.
- fastboot
- Fixed flashall on Pixel 3 devices.