In the morning in cmd input adb devices want to query how many VMs are executing, but the execution results appear
C:\USERS\ADMINISTRATOR>ADB devices
Error
C:\USERS\ADMINISTRATOR>ADB Shell
Error
C:\USERS\ADMINISTRATOR>ADB devices
Error
The analysis is due to the lack of the ADB driver, so find the following method:
Transferred from: http://www.gelei.name/archives/701.html
USB drive and adb driver downloads:Http://pan.baidu.com/s/1dDgYqyd
or my Baidu Cloud
This is a general-purpose driver, USB drive brands may not be common to each other, recommended computer download pea clip client, automatic installation of the corresponding driver is more convenient. :http://www.wandoujia.com/
USB Driver installation method:The phone turns on the USB debug mode and then connects the computer via the USB cable, prompting the driver to install. If the 32-bit system chooses the x86 folder to install the driver, select the AMD64 file if it is a 64-bit system. or computer download pea clip client, install according to the prompts.
use of ADB package:Unzip the ADB folder and place the ADB folder under the C packing directory. WIN764-bit users If you run the adb shell command, the following issues occur:
- An error message pops up when you execute ADB on the command line: "Lost AdbWinApi.dll in Computer"
- After executing adb on the command line, return: * Daemon not running. Starting it now *createprocess failure, error 2
Please unzip all the files in the ADB package into the C:WINDOWSSYSWOW64 directory, then use the command line to execute the ADB.
Use adb driver under Windows 7 64-bit