Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Enables the use of Android SDK Platform Tools as .NET Core Global Tools

Notifications You must be signed in to change notification settings

DanielEgbers/AndroidSDK.PlatformTools

Repository files navigation

AndroidSDK.PlatformTools

Enables the use of Android SDK Platform Tools as .NET Core Global Tools

Advantages

  • Installed on your machine in a default location that is included in the PATH environment variable or in a custom location
  • NO Android SDK required
  • NO Java JRE/SDK required

Prerequisites

Deployment

ADB (Android Debug Bridge)

AndroidSDK.PlatformTools.ADB

Install

dotnet tool install --global AndroidSDK.PlatformTools.ADB

Update / Reinstall

dotnet tool update --global AndroidSDK.PlatformTools.ADB

Uninstall

dotnet tool uninstall --global AndroidSDK.PlatformTools.ADB

Fastboot

AndroidSDK.PlatformTools.Fastboot

Install

dotnet tool install --global AndroidSDK.PlatformTools.Fastboot

Update / Reinstall

dotnet tool update --global AndroidSDK.PlatformTools.Fastboot

Uninstall

dotnet tool uninstall --global AndroidSDK.PlatformTools.Fastboot

About

Enables the use of Android SDK Platform Tools as .NET Core Global Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published