简体   繁体   中英

How to safely kill adb.exe process on windows

My windows PC is having 'n' number of adb.exe running while running my android test suite. This is causing adb to stop in middle

Please tell me How to safely kill this process and ensure remaining test suite execution would continue safely

save your data in your ide. close it. close all instances of adb. disconnect devices. launch IDE(Eclipse or whatever) let it load. connect device.

it doesnt matter how you close it i force close the adb all the time. try to avoid closing while data is bieng transferred and youll be fine

in other words, CTRL-ALT-DEL the extras

终止服务器进程的命令是:adb kill-server

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM