Can't find android device using “adb devices” command

后端 未结 16 1217
梦如初夏
梦如初夏 2021-01-30 00:49

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

16条回答
  •  我在风中等你
    2021-01-30 01:29

    You will need USB driver installed correctly and have debugging enabled in settings. if these dont work there could be something wrong with your device.

    Also see this.

提交回复
热议问题