adb install windows and problem-solving methods

Copyright: original articles without consent, is prohibited reprint https://blog.csdn.net/zmlovelx/article/details/86291592

The windows computer

A mounting ADB:
First to http://adbshell.com/downloads, download ADB Kits, get adb.exe AdbWinApi.dll AdbWinUsbApi.dll
under these three files into the C disk Windows / System32 / directory, Insurance purposes, while a copy of these three files to the C disk under Windows / System / directory and Windows / SysWOW64 /
If you do not have to copy if possible System / directories error executing adb: "file not found AdbWinApi.dll"
If not copied to the Windows / SysWOW64 / likely error occurred while executing adb: "CreateProcess failure error 2. "

win7, win10 are tested

Second mounting Android USB drive
after using the usb pc machine, the normal device is turned adb server, the connection of the pc board, pc automatically install the driver,
if Android Phone device is not found in the device manager is to manually install the driver,
manual installation steps the following
driver download path: http: //dl.adbdriver.com/upload/adbdriver.zip
after configuring the tool and install the driver, if the problem can unplug the usb connection again, or restart the computer.
If the driver is installed, adb can not connect, try again adb adb kill-server at start-server, check the phone there is the end adb server is properly opened.

Guess you like

Origin blog.csdn.net/zmlovelx/article/details/86291592