Android Studio doesn't see device

后端 未结 30 2685
南方客
南方客 2020-11-22 14:44

The AVD Manager in Android Studio doesn\'t show my device but adb devices does show it. Am I missing something obvious here?

30条回答
  •  迷失自我
    2020-11-22 15:50

    while doing all this don't forget to increase the sleep time, so that if the device prompts for authentication on the mobile device you know that the connection is succeeded.

    Try 1:

    1. Install "microsoft universal c runtime".
    2. Download the file as per your OS (operating system.)
      https://support.microsoft.com/en-in/help/2999226/update-for-universal-c-runtime-in-windows

    Installing Google USB Driver from Developersdeveloper.android.com didn't work for me.

    Try 2:

    1. search "androidmtk" and install driver installer. (restart pc) (check whether device is showing)
    2. Else search "adbdriver" and install driver installer. (restart pc) (check whether device is showing)

    Try 3:

    • Check out whether in Android studio's status bar (displayed at the very bottom of window), any message has been shown. Do the changes suggested in the message.

    Try 4:

    • Check whether device is shown after changing the connection type (mostly shown on dragging the top bar on home screen).
    • i.e. "Charging only", "Transfer files", "Transfer photos PTP or MTP"

    Try 5:

    • Go to Android "Tools menu"->"SDK manager"->
    • Below "Android SDK location" you will see 3 tabs.
    • Out of it click on "SDK tools" and in the list find and tick-mark "Google USB drivers" and install the package.
    • Restart the computer.

提交回复
热议问题