How to Install android-sdk in Ubuntu 18.04



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

sudo apt update
sudo apt install android-sdk

Description:

Software development kit for Android platform

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 metapackage pulls the entire Android SDK.

Version: 25.0.0+8

Section: universe/metapackages