/AdbInstaller

A simple script that automates the process of downloading platform tools and adding it to path

Primary LanguageGoGNU General Public License v3.0GPL-3.0

ADB Installer

Description

This script simplifies the installation process of platform-tools for Android Debug Bridge (ADB).

Usage

Download

  1. Clone the repository and build it or download the executable from the releases section to your local machine.

Requirements

  • Eyes and Brain.
  • Golang if you want to build.

RUN

  • Please ensure to download the correct version (32-bit or 64-bit) according to your system architecture. Just double click on the exe and it will do the rest for you.
  • If you want to build it yourself then just run go build -o <name> . from the installer dir

Contributing

Contributions are welcome! Fork this repository and submit a pull request to contribute.

Issues

For any issues or feature requests, please open an issue on the repository.