简体   繁体   English

无法打开调试器端口:java.net.SocketException“软件导致连接中止:接收失败”

[英]Unable to open debugger port : java.net.SocketException “Software caused connection abort: recv failed”

I just want to debug my app. 我只想调试我的应用程序。 First I click the debug button, then click attach debugger to Android process and select my app process, then I get the following message: 首先,我单击调试按钮,然后单击将调试器附加到Android进程并选择我的应用程序进程,然后得到以下消息:

Error running Android Debugger (8614): 运行Android调试器(8614)时出错:
Unable to open debugger port : java.net.SocketException "Software caused connection abort: recv failed" 无法打开调试器端口:java.net.SocketException“软件导致连接中止:接收失败”

Notice: I'm using Genymotion emulator. 注意:我正在使用Genymotion模拟器。

I get that message when i'm trying to attach the debugger when the debugger is already attached. 当调试器已附加时,我尝试附加调试器时,收到该消息。 When you click on the debug button it runs your app and attach the debbuger to the device. 当您单击调试按钮时,它将运行您的应用程序,并将调试器附加到设备上。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法打开调试端口:java.net.socketexception“连接被拒绝” - Android Studio - Unable to open debug port: java.net.socketexception “Connection refused” - Android Studio java.net.SocketException:sendto failed:ECONNRESET(由peer重置连接) - java.net.SocketException: sendto failed: ECONNRESET (Connection reset by peer) java.net.SocketException:recvfrom失败:ECONNRESET(对等连接重置) - java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer) 无法打开调试器端口:java.net.ConnectException“连接被拒绝” - Unable to open debugger port : java.net.ConnectException “Connection refused” 连接到套接字并读取导致SocketException:软件导致连接中止 - connecting to socket and reading causes SocketException: Software caused connection abort Android java.net.SocketException:套接字失败 - Android java.net.SocketException: socket failed java.net.SocketException:连接重置OKHTTP - java.net.SocketException: Connection reset OKHTTP java.net.SocketException:recvfrom失败:ECONNRESET - java.net.SocketException: recvfrom failed: ECONNRESET Android上的Google Cloud Endpoints有时会给出java.net.SocketException:recvfrom失败:ECONNRESET(由对等方重置连接) - Google Cloud Endpoints on Android sometimes gives java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer) java.net.SocketException:sendto失败:EPIPE(断开的管道)发送字符以检查套接字连接时 - java.net.SocketException: sendto failed: EPIPE (Broken pipe) When sending character to check socket connection
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM