adb shell命令后出现error: device not found报错解决方案

一、问题描述

  adb shell命令后出现error: device not found报错

二、解决方案,执行以下命令(执行命令的时候需要电脑连接手机)
  adb kill-server
  adb start-server

三、执行完以上命令之后再执行adb shell,即可进入adb shell环境

 adb shell命令后出现error: device not found报错解决方案

 

上一篇:Project 'com.cooldatasoft:spring-boot-starter-parent:2.3.10.RELEASE' not found


下一篇:vscode使用eslint插件报错Definition for rule 'import/no-dynamic-require' was not found.