adb 在 android studio 中没有响应
adb is not responding in android studio
我正在使用 android studio,直到昨天它都运行良好。今天当我尝试 运行 应用程序时。我收到了下图中显示的错误。
我在这个网站上寻找解决方案,我做了以下但没有解决问题:
1-手动终止 adb 服务器。但是当我试图手动重启它时,它无法启动。
2-卸载 android Studio 并重新安装。
3- 我使用 Build -> make project 构建项目
上述步骤均未解决问题。
请告诉我如何解决?
按顺序执行以下步骤...
第一步:
Tools > Android > (Uncheck) Enable ADB Integration
第 2 步:
Tools > Android > (Check) Enable ADB Integration
我通过以下方式解决了它:
1- ctrl + Alt+ del
2-转到进程选项卡
3-寻找"explorer.exe"
4-右击它并选择"end process tree"
5-转到文件->新任务->写入"explorer.exe"
我正在使用 android studio,直到昨天它都运行良好。今天当我尝试 运行 应用程序时。我收到了下图中显示的错误。
我在这个网站上寻找解决方案,我做了以下但没有解决问题:
1-手动终止 adb 服务器。但是当我试图手动重启它时,它无法启动。
2-卸载 android Studio 并重新安装。
3- 我使用 Build -> make project 构建项目
上述步骤均未解决问题。
请告诉我如何解决?
按顺序执行以下步骤... 第一步:
Tools > Android > (Uncheck) Enable ADB Integration
第 2 步:
Tools > Android > (Check) Enable ADB Integration
我通过以下方式解决了它:
1- ctrl + Alt+ del
2-转到进程选项卡
3-寻找"explorer.exe"
4-右击它并选择"end process tree"
5-转到文件->新任务->写入"explorer.exe"