How To Run App In Emulator & Physical Device At A Time?
Table Of Contents:
- Check Connected Devices.
(1) Check Connected Devices
adb devices

(2) Run this command to list available emulators:
emulator -list-avds

(3) Start the emulator using the emulator name:
emulator -avd <your_emulator_name>