Android ne dispose pas d'un tel outil spécifique à l'utilisateur comme Windows mais divers outils de ligne de commande disponibles sont spécifiques au SDK Android comme -
avdmanager
Vous permet de créer et de gérer des dispositifs virtuels Android (AVD) à partir de la ligne de commande.
jobb
Vous permet de construire des fichiers d'expansion APK cryptés et non cryptés au format Opaque Binary Blob (OBB).
lint
Un outil d'analyse de code qui peut vous aider à identifier et à corriger les problèmes de qualité structurelle de votre code.
monkeyrunner
Fournit l'interface de ligne de commande pour l'exécution d'un programme qui peut installer une application Android ou un paquet de test, l'exécuter, lui envoyer des frappes clavier, prendre des captures d'écran, et plus encore.
sdkmanager
Allows you to view, install, update, and uninstall packages for the Android SDK.
SDK Build tools -
apksigner
Signs APKs and checks whether APK signatures will be verified successfully on all platform versions that a given APK supports.
zipalign
Optimizes APK files by ensuring that all uncompressed data starts with a particular alignment relative to the start of the file.
Platform tools -
adb
Android Debug Bridge (adb) is a versatile tool that lets you manage the state of an emulator instance or Android-powered device. You can also use it to install an APK on a device.
etc1tool
A command line utility that lets you encode PNG images to the ETC1 compression standard and decode ETC1 compressed images back to PNG.
fastboot
Flashes a device with platform and other system images. For flashing instructions, see Factory Images for Nexus and Pixel Devices.
logcat
This is a tool invoked via adb to view app and system logs.