Phone isn't recognized by ADB

前端 未结 4 1908
悲哀的现实
悲哀的现实 2020-12-21 01:02

this whole thing is a nightmare, at least in windows. I had my phone connected and everything was ok. I have a Samsung Galaxy, I\'ve installed the USB driver and it was okay

4条回答
  •  既然无缘
    2020-12-21 01:46

    Have you tried restarting the adb server?

    Run:

    adb kill-server    
    adb start-server    
    adb devices
    

提交回复
热议问题