screenshot2

base tools for developing applications for the Android system

Install

All systems
curl cmd.cat/screenshot2.sh
Debian 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

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.

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.