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
Wipe Data and restarting emulator helped me, hope this helps to someone.
Disable and then Enable ADB Integration
In Android Studio go to
Run your app again. Emulator that was previously missing from Run dialog should be available to be selected upon which to run your app.
Unchecking the "Enable ADB " worked for me
On Windows, running Android Studio with administrator permissions can help (in addition to restarting adb server).
inside AVD manager, select your virtual devices, then 1 stop, 2 wipe user data, 3 cold reboot, works for me.
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.