无法将用户连接到 Android Studio 中的服务

Could not Connect User to Service in Android Studio

我正在使用 Android Studio 2.3。当我连接我的 Moto G4 来调试应用程序时,它最终在 Android 监视器中出现以下错误。

6333-7189/? I/XMPPConnection: Preparing to connect user 1576857969013772288 to service: on host: and port: 0

03-25 11:06:18.221 6333-7189/? E/XMPPConnectionManager: Failed to connect user '1576857969013772288' to host ' on port 0: XMPPError connecting to :0.: remote-server-error(502) XMPPError connecting to :0.

-- caused by: java.net.ConnectException: Connection refused

发生此错误后,即使在详细模式下也不会捕获更多日志。

Check below Links:

但是在开发环境中,在这个特定的行上:-

String stream = (new java.net.URL(url)).openStream(); 
  • 我收到 "java.net.ConnectException: Connection refused" 异常

  • 我在谷歌上搜索了一下,这样的问题要么是由于以下原因之一造成的

  • 端口错误(不能是这个选项,同url 运行完全来自本地系统)
  • 防火墙正在阻止它。

AndroidSDK,你配置路径了吗? 尝试打开命令 window,输入 'adb devices',查看显示 Moto

设备的结果