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



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

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

Description:

Tools for building Android applications - 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. . Build-tools is a component of the Android SDK required for building Android application code. . This package provides common files of Android SDK Build-tools.

Version: 24.0.0+8

Section: universe/devel