Constant issue with being able to connect an Android device via USB to Android Studio running on a Mac.
Tried numerous things like:
- Switching USB debugging mode on Android to MTP or PTP
- Restarting the Android devices and Android Studio and/or Mac
trying
adb kill-server
and thenadb devices
, which usually resulted in:List of devices attached
daemon not running. starting it now on port 5037
adb E 655 23135 usb_osx.cpp:327] Could not open interface: e00002c5
adb E 655 23135 usb_osx.cpp:289] Could not find device interface
daemon started successfully
But not actually finding the connected device.