Reputation: 592
I am trying to connect my Motorola device to Android Studio. When I connect device to my computer it shows "Driver not found", then I download the driver tried to install it from "Device manager". All the time I trying to browse the folder it shows a message.
Anybody can help me from this?. Thank you...
Upvotes: 1
Views: 2003
Reputation: 1574
You can try my tool, it install device specific drivers, you just have to
Here is the link to the repo
Upvotes: 0
Reputation: 6683
it will be better if you install driver from hardware vender's web site.
For example your device is motorola then please install driver from motorola and try gain. http://www.motorola.com/getmdmwin
or use linux os to avoid driver issue.
Upvotes: 0
Reputation: 15165
Have you tried to install User-Mode Driver Framework version 1.11 update for Windows 7, and Windows Server 2008 R2?
Worked for me after install it.
Upvotes: 0
Reputation: 2383
go to http://developer.android.com/tools/extras/oem-usb.html and download the oem usb driver and install it and follow these mention steps http://developer.android.com/tools/extras/oem-usb.html#Win7
Upvotes: 0
Reputation: 104559
I suspect it would require getting the Google USB Driver from the SDK Manager and then installing it for your device.
Upvotes: 0
Reputation: 2088
adb is responsible for communication b/w device to system
you should give a try to adb driver installer which you can get at given link
this is universal adb driver
http://adbdriver.com/upload/AdbDriverInstaller.exe
Upvotes: 2