adb常用命令

| 发布     | 分类 Android  | 标签 Android  adb 

查看设备

adb devices

重启adb服务

adb start-server

查看端口占用进程id

netstat -ano | findstr "5037"

杀进程

taskkill -f -pid 18700
上一篇: github博客相关介绍
下一篇: C# 实现类似Unity的协程