Open command prompt and enter following command
netstat -ano | findstr :5037
This will show procees id
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 832
832 is procees id
Now run command
tasklist | findstr processID (e.g tasklist | findstr 832)
It will show process name like bash.exe
just go to task manager and end the task bash.exe
and use following command to start adb
adb start-server
voillllaaaaaaa........
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…