0

How I can solve this problem?

When I run the app it crashes.

This is the error I see in the DDMS:

[2017-02-08 18:53:25 - ddms] Can't bind to local 8600 for debugger[2017-02-08 18:53:25 - ddmlib] ??????? ????? ???? ??-??? ?????? ????? ????? ???
java.io.IOException: ??????? ????? ???? ??-??? ?????? ????? ????? ???
    at sun.nio.ch.SocketDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
    at sun.nio.ch.IOUtil.write(IOUtil.java:65)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
    at com.android.ddmlib.JdwpPacket.writeAndConsume(JdwpPacket.java:213)
    at com.android.ddmlib.Client.sendAndConsume(Client.java:684)
    at com.android.ddmlib.HandleHeap.sendREAQ(HandleHeap.java:349)
    at com.android.ddmlib.Client.requestAllocationStatus(Client.java:523)
    at com.android.ddmlib.DeviceMonitor.createClient(DeviceMonitor.java:564)
    at com.android.ddmlib.DeviceMonitor.openClient(DeviceMonitor.java:539)
    at com.android.ddmlib.DeviceMonitor.processIncomingJdwpData(DeviceMonitor.java:501)
    at com.android.ddmlib.DeviceMonitor.deviceClientMonitorLoop(DeviceMonitor.java:397)
    at com.android.ddmlib.DeviceMonitor.access$100(DeviceMonitor.java:64)
    at com.android.ddmlib.DeviceMonitor$1.run(DeviceMonitor.java:320)
Donald Duck
  • 8,409
  • 22
  • 75
  • 99
user6168596
  • 1
  • 1
  • 2
  • Have you tried solutions in this question thread? http://stackoverflow.com/questions/3318738/eclipse-ddms-error-cant-bind-to-local-8600-for-debugger – Red M Feb 08 '17 at 18:55

1 Answers1

1

I also faced the same problem:

Can't bind to local 8600 for debugger

Resolved it by restarting Android Studio.

Pang
  • 9,564
  • 146
  • 81
  • 122
Ankit Adlakha
  • 1,436
  • 12
  • 15