adb shell 杀进程 杀包名
时间:2017-06-18 20:34:52
收藏:0
阅读:634
试了那么多个,假设使用pid的话非常好办(adb shell kill pid),只是假设仅仅有包名的话或者你的pid常常变化(实际上pid开机后或者你的app关闭后就会发生变化),能够使用下面方法:
adb shell am force-stop com.taobao.taobao //后面跟的是包名
原文:http://www.cnblogs.com/ljbguanli/p/7045207.html
评论(0)