Android ADB not detecting device in Mac OS X although device is detected by Android File Transfer

前端 未结 9 716
粉色の甜心
粉色の甜心 2020-12-29 02:23

After installing android studio, I installed ADB as well. However, for some reason ADB doesn\'t detect my device. To make a note I think I have done all the basic stuff I fo

相关标签:
9条回答
  • 2020-12-29 03:23

    Make sure no other services are trying to access the device via adb. For me, I was using chrome inspect for checking the network requests. When I closed that window studio automatically detected the device.

    0 讨论(0)
  • 2020-12-29 03:24

    ADB was detecting the device but AS wasn't, I went to Preferences > Build, Execut

    0 讨论(0)
  • 2020-12-29 03:27

    If anyone is still having problems, consider the cable you are using. Not all USB cables are created equal! Some will charge but not allow data transfer. See this post.

    0 讨论(0)
提交回复
热议问题