In the project I'm working on, Cordova and VueJs are being used. I went ahead and installed Android Studio along with an Android emulator
When I try to execute the command
cordova emulate android
All I see is
No emulator specified, defaulting to Nexus_6_API_28
Waiting for emulator to start...
Even after waiting for more than 30 minutes, the Android emulator still doesn't launch. What steps can I take to resolve this issue?