How to Install android-sdk-platform-tools-common in Ubuntu 18.04



Install android-sdk-platform-tools-common by entering the following commands in the terminal:

sudo apt update
sudo apt install android-sdk-platform-tools-common

Description:

Tools for interacting with an Android platform - Common files

The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package provides common files of Android SDK Platform-tools. It also provides UDEV rules enabling adb and fastboot to work without root access to the host machine.

Version: 24.0.0+8

Section: universe/devel