Search code examples
androidadb

Android phone No driver found/installed


When I connect my phone running android version 4.2.2 through the usb port the android phone driver is not installed. What could be the issue? I have searched a lot but could not find a solution.
Any insights would be greatly appreciated.
EDIT: Usb debugging is enabled.
Phone Model and Make: Huawei 3c Honor (Just in case)

Update: Question that may also be related or helpful but without answer given to my question: Installing the Android USB Driver in Windows 7


Solution

  • On windows you can just go to your device manager, click the unknown android device and install the driver which you can find in the follow directory. You have to pick it manually as scanning the directory for matching device drivers will show an empty list of compatible drivers.

    <path to your android sdk directory>\extras\google\usb_driver
    

    Is your phone showing the USB debuggging connected mode? Otherwise you might have to enable this in the developers settings.