1. adb kill-server
adb start-server
* daemon not running. starting it now on port 5037 *
ADB server didn't ACK
* failed to start daemon *
2. adb nodaemon server
cannot bind 'tcp:5037'
3. netstat -ano | findstr "5037"
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 1616
4. Process Explorer 15.12
kill 1616
5. netstat -ano | findstr "5037"
nothing oupput
DDMS中还是看不到设备列表......
后来发现,我之所以没有在DDMS看到设备列表,是因为还没有启动模拟器。
adb devices 可以看到设备列表