While running my cordova
application through command promt I'm getting the following error:
No emulator images (avds) found. 1. Download desired System Image by running: "D:\Software\sdk\tools\android.bat"sdk 2. Create an AVD by running: "D:\Software\sdk\tools\android.bat" avd HINT: For a faster emulator, use an Intel System Image and install the HAXM device driver
How can I fix this issue?
I'm new to this hybrid application development ,please help me out this issues.
Try below from your command line:
# create avd
android avd
# run emulator
ionic emulate android