This usually happens because of two things:
adb crashed
Yes, this happens, adb crashes at some point and loses traces of devices / emulators. In this case, close the second emulator and restart adb, for example. through the ddms application or on the command line using adb kill-server
and then adb start-server
. Then restart, and everything will be fine.
Are you trying to run the application with a higher / different api than the emulator
If you run the application 3.0 and you have 2.3. the emulator is open, the plugin will launch a higher api level emulator for you. Or, if you need the Google APIs and the emulator doesn't have them, the same thing will happen. Sometimes you get a dialog to choose what you want to do, but not always. Not sure when this actually happens.
user658042
source share