How to Install android-sdk-common in Ubuntu 18.04



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

sudo apt update
sudo apt install android-sdk-common

Description:

Common files of Android SDK base toolset

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. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This package provides common files of Android SDK Tools.

Version: 25.0.0+8

Section: universe/devel