Android adb faq !, Androidadb
** Adb FAQs
Adb: android debug bridge, used to connect the simulator/mobile phone and PC software (for example, eclipse or xx mobile Assistant)
Adb devices-> check connected Simulators/mobile phones
Adb kill-server-> stop adb
Adb start-server-> start adb
If the execution of adb start-serveris unresponsive (usually because of a 5037port usage, open the Windows Task Manager, stop the adb.exe process, and re-execute the adb start-server
If an unknown process occupies port 5037, use the following 1st commands to find the PID of the Process, terminate the process, and then run the adb start-server command again.
Netstat-ano-> query port usage on the local machine and find the PID of listening port 5037;
Tasklist/fi "pid eq ??? "-> Terminate a process based on the PID'
'
What does ADB exception or debug mode not open? How?
Android Andriod ADB Interface driver installation failure solutions. Android Andriod ADB Interface driver installation failure solutions. Many of my friends have seen a yellow exclamation mark on the ADB Interface when installing the driver on their Android phones, which makes the mobile phone management software unusable. There are also many articles on the Internet about solutions, but they are not very detailed. Here I will detail the causes and solutions of this problem, for several different reasons, the solution is also different. Since most of the problems encountered are Windows XP systems, here we use all XP as an example. <1> the system already has the same WDF version. This is the most common situation. When the computer already has the same WDF version, and there is a lack of related uninstallation items, this problem will occur, which indicates a fatal installation error. Solution: a. Add an uninstall entry for the relevant version. Take wdf1005 as an example to import the uninstall entry for the Registry. Wdf01005.rar (1 K) and then install it again. B. You can also solve this problem by upgrading a 1.9 driver. Download DRIVER: android.rar (3888 K)
When an Android phone is connected to a computer, there is always an ADB error. How can this problem be solved?
Hello, driver problems. We recommend that you restart your computer and check the connection. If not, we recommend that you download the driver from Baidu search. Hope to adopt it and have a good time