proguard.sh
Correct, reproducible, and fast builds for everyone
Install
- All systems
-
curl cmd.cat/proguard.sh.sh
- Debian
-
apt-get install android-sdk
- Ubuntu
-
apt-get install android-sdk
- Arch Linux
-
pacman -S bazel
- Kali Linux
-
apt-get install android-sdk
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install android-sdk
- OS X
-
brew install bazel
- Raspbian
-
apt-get install android-sdk
- Dockerfile
- dockerfile.run/proguard.sh
bazel
Correct, reproducible, and fast builds for everyone
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.