Skip to content Skip to sidebar Skip to footer

My Device Isn't Getting Detected In Android Studio (driver Issue)

The problem: My device isn't getting detected in android studio The solution: Install the correct usb drivers The problem that arises to the solution: I am not able to...and here a

Solution 1:

First make sure that you have virtualization on in the bios. This was a big issue for me last time... It can be called VT-x.

Next, make sure you have done what I have done in my question.

What I forgot to do was install the android_winusb file in the usb_driver folder. The path should be sdk\extras\google\usb_driver. In my case, C:\Users\Ruchir\AppData\Local\Android\sdk\extras\google\usb_driver

After doing that, go back to device manager and go to the install as path. At the bottom of that should be another option:

Let me pick from a list of devices on my computer

Select your android phone, it shouldn't have a yellow explamation point over it any more. After that, select composite ADB Interface. THATS IT.

Solution 2:

UNIVERSAL ADB DRIVER

I have the same issue before, but i solved it easily by just following this steps: -> connect your android phone in a debugging mode (to enable debugging mode goto settings -> About Phone -> Build Number(tap 7 times then it will be enable developer mode) in developer tools check USB debugging)

->download Universal ADB Driver Installer

->choose Adb Driver Installer (Universal)

->install it

->it will automatically detect your android device(any kind of brand)

->chose the device and install.

Solution 3:

I made a tool, that should fix the problem, 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

Post a Comment for "My Device Isn't Getting Detected In Android Studio (driver Issue)"