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
35.0.2 (July 2024)
Release Date
2024-08-05
Changelog
- 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 USB SuperSpeed+ (current and negotiated speeds) for diagnostic purposes.
- Graceful shutdown: Release all USB interfaces on shutdown (all OSes).