Android studio doesn't recognize the running emulator

前端 未结 6 1444
[愿得一人]
[愿得一人] 2021-01-31 10:25

When I run my app from AndroidStudio 0.4.3 using Run I see Choose Device which has two sections choose a running device or Launch Em

6条回答
  •  庸人自扰
    2021-01-31 10:45

    Disable and then Enable ADB Integration

    In Android Studio go to

    1. Menu -> Tools
    2. Android
    3. Enable ADB Integration (should be checked, click to remove check)
    4. Enable ADB Integration (should not be checked, click to add check)

    Run your app again. Emulator that was previously missing from Run dialog should be available to be selected upon which to run your app.

提交回复
热议问题