ADB and Fastboot are part part of Android SDK. When you install Android Studio both of them are installed. But they are not always used altogether with Android Studio. They are both handy and powerful tool to perform many advanced tasks on Android OS using a desktop.
There was a time if you needed ADB or Fastboot only, you had to install the huge package of Android SDK itself. But long time ago Google started making these tools available in standalone packages. Meaning you dont need the whole SDK just to install and use these tools. So, i will be guiding you on how you can install ADB and Fastboot on your Arch or Manjaro system.
Read Also: Install ADB and Fastboot on Debian, Ubuntu, Mint and Other Debian based Linux.
Installing ADB and Fastboot are essentially easy on Windows and even on Linux distribution. You just need is know the name of the package form which the tools will be installed. I have already provided a guide on how to install these tools on Debian based Linux distributions. Its easy as that to install on Arch or Manjaro.
Steps To Install ADB And Fastboot on Arch or Manjaro
- Before installing adb and fastboot make sure your system is up to date by running the following command as root on your terminal.
sudo pacman -Syyu
- After updating your system again,
sudo pacman -S android-tools
- When asked hit enter to yes
- And you are done.
To list connected devices using ADB enter,
adb devicesIf you get failed to start daemon error: cannot connect to daemon error, reboot your Linux system and try again.
Hoping that this post will help a lot of new Arch/Manjaro users. If you faced any issues try to watch the video guide or comment below. We would love to hear from you.
No comments