41. Most commonly used ADB Commands:

A. How to print the adb version number?
Command Syntax: adb version
This command prints the adb version number

B. How to print a list of all attached devices/emulator instances to adb server?
Command Syntax: adb devices
This command prints status information of all the attached devices.

Leave a Reply