[Vuejs]-Why i see cordova android emulator error?

0👍

It looks like you do not have any emulators created / running. Follow the documentation below to create one (‘Create an AVD’ section), and start it up before running cordova emulate android:

https://developer.android.com/studio/run/managing-avds

You can check your running emulators and devices using adb devices. This will show you the available devices that you can deploy to.

Leave a comment