I am developing Android application on macOS and my application runs well on the emulator. I want to run it on the device, but when I run adb dev
Android
macOS
adb dev
Just because your Android device is in Developer Mode, doesn't mean it has USB debugging enabled!! Go into Settings > Developer options then enable "USB debugging" and then you should see your device. It's a common mistake that's easily overlooked.