I start my Genymotion then i do npm start
on my react native project via VS Code . i got this message:
>Press a to open android device or Emulator
>Press q to display QrCode
.
.
so i pressed a but i got this error:
Error running adb: more than one device/emulator
how can i solve this? i tried adb devices
to see my devices and i saw this list:
emulator-5562 host
emulator-5560 host
emulator-5558 host
192.168.X.X device
my OS is windows 10. i couldn't even start my react native hellow-world
still
Edit: i turned of my system and in next day every thing worked on . why? i checked devices again by this command: adb devices
this time the list includes just one device : 192.168.X.X device
so we have to have only one device as emulator but!! how can i kill all devices just one in adb?