4

This error occur while attaching debugger to process.

I've checked solutions from similar issue with "Socket closed" and it does not fix this.

After this runnig app with debugger attached returns:

Error running Android Debugger (port): Unable to open debugger port : java.net.SocketException "Connection reset" 

Any ideas ?

Env:
Android Studio v1+
Linux x64
Jacob
  • 14,949
  • 19
  • 51
  • 74
  • 1
    See if this [link](http://stackoverflow.com/a/23639043/3168859) helps you..do tell me if any problems.. – Lal Jan 25 '15 at 11:18

1 Answers1

-1

Check your firewall settings, open this port Close any other tools or windows that may be connecting to the device, i.e. chrome inspect window, another eclipse, etc..

Amir Shenouda
  • 2,135
  • 1
  • 13
  • 6