Reputation: 509
I'm trying to run ionic emulate android, but it showing error
Error: No emulator images (avds) found.
1. Download desired System Image by running: "C:\Users\-------\AppData\Local\Android\sdk1\tools\android.bat" sdk
2. Create an AVD by running: "C:\Users\---------\AppData\Local\Android\sdk1\tools\android.bat" avd
HINT: For a faster emulator, use an Intel System Image and install the HAXM device driver
i'm tried to open AVD manager but no use
C:\Users\---------\AppData\Local\Android\sdk1\tools>android avd
Can anyone help me to resolve these issue Thanks in advance
Upvotes: 1
Views: 9063
Reputation: 5107
In more recent versions, android avd
has been replaced by:
avdmanager
(You can find it in your .../android/sdk/tools/bin folder)
Upvotes: 2
Reputation: 350
In your command prompt run android avd
Create your emulator and try ionic emulate android again
Upvotes: 4