Sid Go
·
Apr 1, 2016
·
Viewed 37.2k times
·
Source
I have several genymotion emulators for different API levels. The problem is this:
I run the app on a single emulator with the option 'same device for future launches' checked.
I open another emulator.
I run the the app again.
After this, the app only runs on the first emulator and I can't figure out how do I show the dialog (select target) again to run the app on both emulators.
Trying to use adb shell from terminal after starting genymotion emulator and I get this error:
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
error:
I read in this …
I am trying to create a sample application with flutter (fresh installation) android studio is also installed (fresh installation)
Here is the output of flutter run
flutter run
No connected devices.
the output of flutter doctor
Doctor summary (to see …