admin管理员组

文章数量:1391943

I am trying to do usb debugging with Elo I-Series 4 Slate android device. Developer mode is already enabled and I also enabled usb debugging. But when I connected it with my MacBook then It is not detected in the devices on my MacBook and Elo I-Series 4 Slate does not show any notification for allowing it. If someone has done usb debugging with Elo I-Series 4 Slate android device then let me know. Thank you very much.

When I run adb devices. The device does not show

I am trying to do usb debugging with Elo I-Series 4 Slate android device. Developer mode is already enabled and I also enabled usb debugging. But when I connected it with my MacBook then It is not detected in the devices on my MacBook and Elo I-Series 4 Slate does not show any notification for allowing it. If someone has done usb debugging with Elo I-Series 4 Slate android device then let me know. Thank you very much.

When I run adb devices. The device does not show

Share Improve this question edited Mar 13 at 9:14 sai asked Mar 13 at 8:25 saisai 535 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

I was facing similar issue. If Wi-Fi debugging is available, try:

Connect the Elo device and your laptop to the same Wi-Fi network.

For me use ADB over Wi-Fi worked:

adb connect <Your device IP address>:5555
adb devices

本文标签: usb debugging is not working with Elo ISeries 4 Slate android deviceStack Overflow