Issue
Error running Android Debugger (8600):
Unable to open debugger port (localhost:8600):
java.net.SocketException "Connection reset"
Solution
I was able to fix this with these commands:
adb kill-server
adb start-server
Answered By - natishka
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.