Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio does not detect Android device on Windows 10

I am setting up a 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 I connect it via USB. Note that I have previously used this device for development on an Arch Linux desktop.

I have downloaded Android Studio and created several AVDs. I can run my app and tests on those just fine. However, my hardware device is not listed in the selection dialog.

Here are some things I have tried:

  • Check that the USB drivers are installed.
  • Restart ADB from the Android Monitor window in Android Studio
  • Restart ADB from the command line with adb kill-server and adb start-server.
  • Quit Android Studio and restart it.
  • Unplug the device, turn off USB debugging, and turn it back on.
  • Plug device into a different USB port.
  • Switch device connection settings to Charge Only and then back to MTP.

What other trouble-shooting steps can I follow to get my device to work?

like image 980
Code-Apprentice Avatar asked Mar 13 '17 17:03

Code-Apprentice


3 Answers

Depending of your device you might be required to install the phone specific drivers. Also, sometimes it helps if you go to phone Developer settings and uncheck/disable USB debugging and enable it again.

like image 161
Luci Avatar answered Sep 18 '22 12:09

Luci


There are few ways to resolve this problem.

Case 1. Enable the USB debugging option in your mobile.

Setting > developer > Check "USB Debugging"

Case 2. Change from MTP to PTP.(sometimes vise versa works)

Case 3. If nothing worked then try to Install PdaNet+ in your system. This Actually worked for me.

If it solved your issue then answer this question in the comment section > Which case solved your issue? it will help the coming people who are facing the similar problem.

like image 33
meyasir Avatar answered Sep 19 '22 12:09

meyasir


Try this also

1.Just change your cable & give try again

2.Uncheck "Tools" - "Android" - "Enable ADB Integration".

3.Re-Install Google USB drivers

GOTO - http://developer.android.com/sdk/win-usb.html#top Download the driver Reinstall it

like image 42
Ranjithkumar Avatar answered Sep 22 '22 12:09

Ranjithkumar