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

前端 未结 25 1060
爱一瞬间的悲伤
爱一瞬间的悲伤 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

    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
    

提交回复
热议问题