http://www.oracle.com/webfolder/ux/mobile/component/button.html
Android DDMS can not find device
1.>> adb nodaemon server
cannot bind ‘tcp:5037‘
>> netstat -ano
>> tasklist|findstr or taskkill /f /pid
2.>>netstat -a -n -o |findstr "5037"
输出结果:
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 5096
TCP 127.0.0.1:5037 127.0.0.1:51577 ESTABLISHED 5096
TCP 127.0.0.1:51577 127.0.0.1:5037 ESTABLISHED 43242.
>>tasklist /v | findstr 5096
>>tadb.exe
>>taskkill /f -pid XXX
时间: 2024-10-11 22:23:34