In situation where you just need ADB without needing to download the entire large-sized Android Studio, this section is right for you. This section guides you on how to install ADB in your computer system.
This section covers various operating systems in multiple section so please read only the one that is compatible to yours.
IMPORTANT NOTE
If you already installed Android Studio, use the adb program that comes with it. There is no point installing duplicated ADB program in the same development machine.
If you're on Debian, you can use its native ADB program. It can be done easily using the following command:
$ apt install android-tools-adb -y
That's all for setting up ADB in your computer system.