本文介绍了无法打开调试器端口(localhost:8603):java.io.IOException“握手失败-连接过早关闭"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行Android调试器(8603)时出错:无法打开调试器端口(localhost:8603):java.io.IOException握手失败-连接过早关闭"

Error running Android Debugger (8603):Unable to open debugger port (localhost:8603): java.io.IOException "handshake failed - connection prematurally closed"

在Mac中使用android studio3.0.1

use android studio3.0.1 in mac

推荐答案

工具> Android>启用ADB集成

Tools > Android > Enable ADB Integration

先禁用然后重新启用.

好去!希望这对以后在我完全重新启动直到发现此临时修复程序的人有所帮助.

Good to go! Hope this helps anyone in the future I was doing a full restart until I discovered this temp fix.

这篇关于无法打开调试器端口(localhost:8603):java.io.IOException“握手失败-连接过早关闭"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-11 08:12