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

后端 未结 16 1438
情书的邮戳
情书的邮戳 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 17:01

    Try any of the following solutions. I get errors with adb every now and then. And one of the following always works.

    Solution 1
    Open command prompt as administrator and enter

    1. adb kill-server
    2. adb start-server

    Solution 2
    Install drivers for your phone if you're not testing on emulator.

    Solution 3
    Open android sdk manager and install "Google USB Driver" from extras folder. (attached screenshot)

    Android SDK Google USB Driver missing

    Solution 4
    Go to settings > Developer Options > Enable USB Debugging.
    (If you don't see Developer Options, Go to Settings > About Phone > Keep tapping "Build number" until it says "You're a developer!"

    Enable USB Debugging

提交回复
热议问题