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



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

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

Description:

Tools for building Android applications

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 pulls Android SDK Build-tool.

Version: 24.0.0+8

Section: universe/metapackages