androidusb-debugging

usb debugging is not working with Elo I-Series 4 Slate android device


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


Solution

  • 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