How to fix: Error device not found with ADB.exe

后端 未结 16 1404
情书的邮戳
情书的邮戳 2020-12-07 16:40

In cmd when I try to do the command:

adb shell

it shows device not found error. Can someone help me please. It\'ll be appreciated.

16条回答
  •  春和景丽
    2020-12-07 16:51

    I had this problem suddenly crop up in Windows 7 with my Nexus One - somehow the USB drivers had been uninstalled. I ran android-sdk/SDK Manager.exe, checked Extras/Google USB Driver and installed it. Then I unplugged the phone and plugged it back in, and ran "adb devices" to confirm the phone was attached.

    This doesn't work for all phones, just the ones listed here: http://developer.android.com/sdk/win-usb.html

提交回复
热议问题