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

后端 未结 16 1212
梦如初夏
梦如初夏 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:38

    On Mac Lion :

    I just had to go to /path/to/android-sdk/tools and run android adb update for the devices to be detected.

提交回复
热议问题