Hey, according to the errors, the paths are fine, it’s the connectivity with the device that’s having issues. You need to make sure your devices is discoverable. You can try the following to make sure everything’s in order:
• In device’s Developer options, revoke the USB permissions, unplug the device and plug it again while there’s no screen lock active. Authorize the connection and you should be good to go.
If you already have adb on your machine, you could try using “adb devices” in terminal / cmd to see if there’s any devices currently connected. It could also be the usb cable, but if you’re able to access the phone data via it, that shouldn’t be a problem. Do reply if you managed to progress in the matter!