Platform-Tools 33.0.1

dotnet add package Platform-Tools --version 33.0.1
                    
NuGet\Install-Package Platform-Tools -Version 33.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Platform-Tools" Version="33.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Platform-Tools" Version="33.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Platform-Tools" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Platform-Tools --version 33.0.1
                    
#r "nuget: Platform-Tools, 33.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Platform-Tools&version=33.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Platform-Tools&version=33.0.1
                    
Install as a Cake Tool

FOR WINDOWS ONLY

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
33.0.1 1,827 4/2/2022

ADB:
Fixes Windows mdns crashes
Fixes enable-verity/disable-verity on old devices
Fixes "install multiple" on old devices
Improves the help output to include all supported compression methods.