'USB Debugging Error but WIFI Debugging clearly Fine :( how to fix it?

I want to debug using my USB Port, but the adb or something hold me an error. In other condition, when i used my Wifi/Wireless Debugging, the app running well.

I screenshot the messages Event Log my Android Studio on below, Check out.

These Messages are from my Event Log - Newest Version Android Studio Chipmunk

My ADB could detected my devices, but always looping connect and disconnect, like infinite loop.

this is my output event log in code format.

08.30   * daemon not running; starting now at tcp:5037

08.30   * daemon started successfully

08.30   Adb connection Error:EOF

08.30   Unable to open connection to ADB server: java.io.IOException: Can't find adb server on port 5037, IPv4 attempt: Connection refused, IPv6 attempt: Connection refused

08.30   Failed to start monitoring CMDAT4NRGMAMBY9T

08.30   Cannot reach ADB server, attempting to reconnect.

08.30   * daemon not running; starting now at tcp:5037

08.30   * daemon started successfully

08.30   Adb connection Error:EOF

08.30   Unable to open connection to ADB server: java.io.IOException: Can't find adb server on port 5037, IPv4 attempt: Connection refused, IPv6 attempt: Connection refused

08.30   Failed to start monitoring CMDAT4NRGMAMBY9T

08.30   Cannot reach ADB server, attempting to reconnect.

08.30   * daemon not running; starting now at tcp:5037


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source