user4232
user4232

Reputation: 592

Can't install android device driver

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.

enter image description here

Anybody can help me from this?. Thank you...

Upvotes: 1

Views: 2003

Answers (6)

Fawaz Ahmed
Fawaz Ahmed

Reputation: 1574

You can try my tool, it install device specific drivers, you just have to

  1. connect the phone in USB Debugging mode to PC and run the tool.

Here is the link to the repo

Upvotes: 0

Rajesh N
Rajesh N

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

Anggrayudi H
Anggrayudi H

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

Shubham Jain
Shubham Jain

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

selbie
selbie

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

raj
raj

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

Related Questions