Solve The Error Device Not Found Adb Message
I was rooting my Android device yesterday, but I got the error device not found adb even though my phone was connected to my PC.
I was rooting my Android device yesterday, but I got the error device not found adb even though my phone was connected to my PC.
Before we start, make sure that your PC has all the ADB drivers installed properly. Follow these steps to fix this issue.
This error normally happens when you try to run an adb command directed to your phone via the command prompt on your computer. When running an adb command, verify that USB debugging is enabled on your phone. The command will not work if USB debugging is disabled or turned off. To check, on your Android phone, navigate to “Settings”, “Developer Options” then “USB debugging”.
If the feature is turned off, turn USB debugging back on again and try the adb command. Some users enable this option on the phone but at a later period the option becomes disabled for an unknown reason. If you have this problem running adb commands in the command prompt, it’s a good way to check if the USB debugging option is enabled or disabled.
If this doesn’t work, try doing this. Press the Windows key + R to bring up the “Run” dialog then type without quotes “cmd” then hit Enter to launch an elevated command prompt. In the command prompt window, type the following commands then hit Enter after each command:
adb kill-server
adb start-server