ADB调试(win10)

ADB软件下载、安装、设置:

https://www.cnblogs.com/tangbohu2008/p/9475092.html  (参考)

http://adbshell.com/upload/adb.zip   (ADB下载)

http://adbshell.com/  (下载)

http://dl.adbdriver.com/upload/adbdriver.zip  (安装usb驱动下载)

https://blog.csdn.net/yuewen2008/article/details/80538663  (安装、使用)

解压后直接使用:

ADB调试(win10)_第1张图片

adb 说明

https://www.yuque.com/docs/share/1ad3a092-cda7-4da7-b3ee-524ce733dc9c#  (声智科技)

ADB调试(win10)_第2张图片

在文件夹位置打开终端,输入:

adb devices 

调试手机

adb shell 

ADB调试(win10)_第3张图片

退出:exit

 

不进入设备命令空间, 也能执行设备命令,需要加上adb shell前缀:

例如查看设备的进程

电脑命令空间中: adb shell top

设备命令空间中: top

 

 

 

 

你可能感兴趣的:(阵列麦克风)