简书链接:androidadbshell杀进程文章字数:59,阅读全文大约需要1分钟 12345678910adb 杀死程序的几种方法adb shell am force-stop cn.qssq666.redpacketadb shell "ps|grep tencent"HWFRD:/ # ps|grep tencentu0_a118 4417 568 1865696 5336 SyS_epoll_ 00f249fe04 S com.tencent.mobileqq:qzoneadb shell "kill -9 4417 4417代表进程名。