Android Studio doesn't see device

后端 未结 30 2248
南方客
南方客 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:23

    There are many reasons why Android Studio doesn't see mobile phone.

    One of them is a problem with ADB Interface driver. You can check it in your Device Manager:

    If you don't have ADB Interface driver, then use this guide to install it for Intel chipset: Installing the Android Debug Bridge (ADB) USB Driver on a Windows Computer.

    If you have other, but not Intel, then try to search for the driver on manufacture's web-site.

    For Xiaomi phones, turn off MIUI optimization in the very bottom of Developers mode menu.

提交回复
热议问题