android
Software development kit for Android platform
Install
- All systems
-
curl cmd.cat/android.sh
- Debian
-
apt-get install android-sdk
- Ubuntu
-
apt-get install android-sdk
- Kali Linux
-
apt-get install android-sdk
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install android-sdk
- Raspbian
-
apt-get install android-sdk
- Dockerfile
- dockerfile.run/android
android-sdk
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.