I'm trying to deploy a Capacitor 3 app to a virtual Android device using the command line. I have both a Pixel 3a running as an emulator and also a physical device connected. In Android studio, both appear and I can deploy to both. Also adb devices shows both phones.
However, npx cap run android --list only shows the physical device.
Is there some setting I need to enable to show the emulated device as well?
Thank you :-)