Android Studio does not detect Android device on Windows 10

前端 未结 5 560
故里飘歌
故里飘歌 2021-01-18 23:13

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 fir

相关标签:
5条回答
  • 2021-01-18 23:31

    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.

    0 讨论(0)
  • 2021-01-18 23:31

    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

    0 讨论(0)
  • 2021-01-18 23:38

    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.

    0 讨论(0)
  • 2021-01-18 23:42

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

    0 讨论(0)
  • 2021-01-18 23:48

    In my case, I discovered that my device was paired via Bluetooth to my Windows 10 machine. This was preventing it from being listed as a portable device keeping it hidden from Android Studio so make sure the two are not paired.

    0 讨论(0)
提交回复
热议问题