1、查看所有apk进程 adb shell ps 2、查看特定apk进程(com.test.app 为应用的包名) adb shell ps|findstr com.app.test 查询不到,则该进程没有启动