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

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

提交回复
热议问题