C’è qualcosa come un prompt dei comandi in un telefono Android?

Android non ha uno strumento specifico per l'utente come Windows, ma vari strumenti a linea di comando disponibili sono specifici per Android SDK come -

avdmanager

Consente di creare e gestire Android Virtual Devices (AVDs) dalla linea di comando.

jobb

Consente di costruire file di espansione APK criptati e non criptati in formato Opaque Binary Blob (OBB).

lint

Uno strumento di scansione del codice che può aiutarti a identificare e correggere i problemi con la qualità strutturale del tuo codice.

monkeyrunner

Fornisce l'interfaccia a riga di comando per l'esecuzione di un programma che può installare un'applicazione Android o un pacchetto di prova, eseguirlo, inviare sequenze di tasti ad esso, fare screenshot e altro.

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.