Android Studio doesn't see device

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

    If your phone was working previously

    Before you do anything complicated, this might be a simple problem. Just unplug and plug back in.

    If there are additional issues

    You also might want to check that your configuration is set up to launch to your phone.

    run --> edit configurations

    enter image description here

    And make sure that you either default to the USB device or the chooser dialog if you are going to be switching between devices on your emulator as well.

    enter image description here

提交回复
热议问题