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

前端 未结 21 1441
小鲜肉
小鲜肉 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:26

    After connecting the device and enabling the USB debugging please go to the path of adb, which is now inside the android-sdk-->platform-tools and type the following command ./adb devices. I think this will list the devices connected.

提交回复
热议问题