Android Studio does not detect Android device in Windows 10

I am creating an Android development environment on a new Windows 10 laptop. I have done this many times on other machines with other operating systems, but this is the first time with Windows 10. The problem is that Android Studio cannot detect my device (LG Zone 3) after USB connection. Note that I previously used this device for development on the Arch Linux desktop.

I downloaded Android Studio and created several AVDs. I can run my application and tests for them are just fine. However, my hardware device is not in the selection dialog.

Here are some things I've tried:

  • Make sure the USB drivers are installed.
  • Restart ADB from Android Monitor window in Android Studio
  • Restart ADB from the command line with adb kill-serverand adb start-server.
  • Close Android Studio and restart it.
  • Turn off the device, turn off USB debugging, and turn it on.
  • Connect the device to another USB port.
  • Set the parameters for connecting the device to the payment and then back to MTP.

What other troubleshooting steps can I follow to get my device to work?

+4
source share
4 answers

Depending on your device, you may need to install special phone drivers. In addition, sometimes it helps if you go to the settings of the developer's phone and remove / disable USB debugging and turn it on again.

+3

1.

2.Uncheck "" - "Android" - " ADB".

3. Google USB.

GOTO - http://developer.android.com/sdk/win-usb.html#top

+2

.

1. USB .

a > > " USB"

2. MTP PTP ( )

3. , PdaNet + . .

If it solves your problem, answer this question in the comments section> In which case is your problem resolved? , this will help future people who are faced with a similar problem.

0
source

In my case, the LG device, I just downloaded the drivers from the lg website, and it fixed the problem without having to mess with any settings. LG website: http://www.lg.com/us/support/software-firmware-drivers

0
source

Source: https://habr.com/ru/post/1672189/


All Articles