December 2018
Beginner to intermediate
328 pages
8h 29m
English
After connecting the device to the workstation and before issuing other ADB commands, it is helpful to know whether the Android device is properly connected to the ADB server. This can be done using the ADB devices command, which lists out all of the devices that are connected to the computer as shown in the following command lines. This would also list the emulator if it is running at the time of issuing the command:
adb devicesList of devices attached52037762b835835b device
Remember that, if necessary drivers are not installed, then the preceding command would show a blank message. If you encounter that situation, download the necessary drivers from the manufacturer and install them.
As seen in the preceding ...
Read now
Unlock full access