draw9patch
base tools for developing applications for the Android system
Install
- All systems
-
curl cmd.cat/draw9patch.sh
- Debian
-
apt-get install android-platform-tools-base
- Ubuntu
-
apt-get install android-platform-tools-base
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install android-platform-tools-base
- Raspbian
-
apt-get install android-platform-tools-base
- Dockerfile
- dockerfile.run/draw9patch
android-platform-tools-base
base tools for developing applications for the Android system
This package includes various tools for developing and building Android applications, e.g. * Draw 9-patch: Allows you to easily create a NinePatch graphic using a WYSIWYG editor. It also previews stretched versions of the image, and highlights the area in which content is allowed. * screenshot2: Takes a screenshot from a remote Android device. default-jre or other non-headless JRE needs to be installed in order to run "draw9patch". However draw9patch fails to run due to bug #798794.