Nunna Suma
Nunna Suma

Reputation: 509

Error: No emulator images (avds) found. in ionic 2

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

AVD Manager

AVD create

Android sdk manager

Can anyone help me to resolve these issue Thanks in advance

Upvotes: 1

Views: 9063

Answers (2)

Daryn
Daryn

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

rishit_s
rishit_s

Reputation: 350

In your command prompt run android avd

Create your emulator and try ionic emulate android again

Upvotes: 4

Related Questions