You can then restart the server by issuing any other adb command.
Luego podrás reiniciar el servidor emitiendo cualquier otro comando de ADB.
You can invoke a client from a shell by issuing an adb command.
Use the following adb command to confirm that the watch is recognized.
Usa el siguiente comando adb para confirmar que se reconoce el reloj.
You can invoke a client from a command-line terminal by issuing an adb command.
Puedes invocar un cliente desde un terminal de línea de comandos emitiendo un comando adb.
Direct an adb command to the only running emulator.
Dirige un comando ADB al único emulador que esté en ejecución.
Direct an adb command to the only running emulator.
Dirige un comando de ADB a la única instancia del emulador que esté en ejecución.
If multiple devices are running, you must specify the target device when you issue the adb command.
Si se ejecutan varios dispositivos, debes especificar el dispositivo de destino cuando emitas el comando ADB.
You can run logcat as an adb command or directly in a shell prompt of your emulator or connected device.
Puedes ejecutar logcat como comando de ADB o directamente en una solicitud de shell de tu emulador o dispositivo conectado.
Use the following adb command to start the watch in fastboot mode: adb reboot bootloader
Usa el siguiente comando adb para iniciar el reloj en el modo fastboot: adb reboot bootloader
If there's only one emulator running or only one device connected, the adb command is sent to that device by default.
Si hay un solo emulador en ejecución o un solo dispositivo conectado, de forma predeterminada, el comando ADB se envía a ese dispositivo.
Direct an adb command to a specific device, referred to by its adb-assigned serial number (such as emulator-5556).
Dirige un comando de ADB a una instancia específica del emulador o dispositivo, a la que se hace referencia por su número de serie asignado por ADB (como "emulator-5556").
The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device.
El comando adb permite realizar una variedad de acciones en el dispositivo, como instalar y depurar apps, y proporciona acceso a un shell de Unix que puedes usar para ejecutar distintos comandos en un dispositivo.
To enable DEBUG level run the following adb command on your device or emulator
Para habilitar el nivel DEBUG, ejecuta el siguiente comando adb en tu dispositivo o emulador