SyntaxFix
Write A Post
Hire A Developer
Questions
I did the following to get my Mac to see the devices again:
android update adb
adb kill-server
adb start-server
At this point, calling adb devices started returning devices again. Now run or debug your project to test it on your device.
adb devices