Android device is not connected to USB for debugging (Android studio)

前端 未结 25 1046
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-01 01:46

I am trying to debug my application using a real device instead on the emulator. When I try to connect, it gives me the message:

USB device not found<

相关标签:
25条回答
  • 2020-12-01 02:17

    Restart Android Studio Worked in my case

    0 讨论(0)
  • 2020-12-01 02:17

    For example:

    My file path:

    C:\...\sdk\extras\google\usb_driver\android_winusb.inf
    

    My data to paste:

    ;Tablet PC
    
    %SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_0003&MI_01
    
    %CompositeADBInterface%     = USB_Install, USB\VID_18D1&PID_0003&REV_0230&MI_01
    
    0 讨论(0)
  • 2020-12-01 02:18

    Found out for Samsung, Installing Kies also update the usb driver which solve my problem with connecting my Samsung Galaxy S Advance with Android 4.1.2 to Android Studio on Windows 7 64bit. In this case the devise manager shows device driver is updated and working, but when I connect my phone Android Studio does not recognize my device.

    0 讨论(0)
  • 2020-12-01 02:20

    I just ran adb command prompt and hit 'adb devices' and it showed daemon was not running. It installed itself and now i can able to see android devices there.

    C:\...\...\source\repos\ABC\ABC\Ex.Android>adb devices
    List of devices attached
    * daemon not running; starting now at tcp:5037
    * daemon started successfully
    ZF22Q3T      unauthorized
    

    and Reload the project

    0 讨论(0)
  • 2020-12-01 02:24

    I had this problem occurring suddenly in Dell Ubuntu linux machine with Android Developer Studio. I did the following steps

        1. I opened "System Settings"
        2. Select the listed item "Software and Updates"
        3. Click on the tab "Additional Drivers"
        4. There was a mention about "Dell Inc: Unknown" and the option "Do not use use the device" selected. I selected the alternate driver mentioned and did an "Apply the Changes".
    

    It started working.

    0 讨论(0)
  • 2020-12-01 02:25

    For me, this simple trick worked:

    I actually enabled and disabled the listed USB Adapter for android in the device manager (Control Panel -> Hardware & Sound -> Device Manager). And holy moly it's working! :D

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