OS X 10.6.6 and “adb devices” fails to list android devices

前端 未结 21 1342
小鲜肉
小鲜肉 2020-12-04 08:40

adb devices was working fine last year, but after upgrades and new software installs, adb devices no longer recognizes USB attached Android devices.

Her

相关标签:
21条回答
  • 2020-12-04 09:29

    Change the USB connection type to 'Charge Only'. That was the only change I made it showed up on my device list. Weird.;)

    0 讨论(0)
  • 2020-12-04 09:29

    The EasyTether fix worked for me, although first I had to load the kext file, then unload it. My Droidx popped up right away!

    By the way, I'm running Snow Leopard 10.6.8 on my MacBookPro, so those who are having trouble with adb and connecting devices should check any USB applications, like EasyTether, for conflicts. Also be sure to follow all the above rules for 1. Application debugging (Settings->Applications->Development) USB debugging: ON 2. USB connection (on notification bar). Choose USB Mass Storage (altho Charge Only also works with my droidx and MacBookPro) 3. Unknown Sources (Settings->Applications->Unknown Sources = ON)

    0 讨论(0)
  • 2020-12-04 09:29

    in my case what worked:

    • disconnect device
    • exit android studio
    • run 'Activity Monitor' and kill adb
    • start android
    • studio reconnect device
    0 讨论(0)
提交回复
热议问题