Android studio doesn't recognize the running emulator

前端 未结 6 1539
[愿得一人]
[愿得一人] 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条回答
  •  Happy的楠姐
    2021-01-31 10:59

    Try to kill the adb server and restart it.

    Locate your adb binary (linux/osx) or adb.exe (windows) and do:

    adb kill-server
    adb start-server
    

    this should fix your problem

    Even if your problem still not solved then Restart emulator.

提交回复
热议问题