I have two emulators and one physical device connected. When I run adb devices
it is showing three devices.
Now I am running reactive native app using npx react-native run-android
and it runs app on all devices.
I want to run it on selected devices only. I have a need to compare two versions parallel which I will run on physical and emulator. I am using VSCode.
Can someone, tell me a way to run react native app only on selected android device? Thanks in advance!