I followed everything in this link
http://ionicframework.com/docs/guide/installation.html
and I installed Genymotion
in Android Studio
... But I\'
Win 10 : i could solve this issue in two steps 1- Enable VT-x in Boise. 2- Enable it at windows : control panel > programs > add feature>VT-x
This also solves the error qemu-system-i386.exe: failed to initialize HAX: Invalid argument
.
I had Android Emulator checked but not Intel x86 Intel Accelerator (HAXM installer). When I checked this option too, HAX initialized correctly. Error went away.
I'm using Android Studio 2.3 with SDK Build-Tools 25.0.2 and my problem was solved installing "Android Emulator":
Try to add the emulator on your PATH.
export PATH="$ANDROID_HOME/emulator:$PATH"
I have same issue with you.
After I downgrade the Android SDK Tooks from 25 rc1 to 24.4.1 . The error has gone.
Android emulator.exe path has been changed to /sdk/emulator folder on the newer sdk tools. ionic emulator command must be linked to older emulator.exe path so you should change related config file with new path.
I can't point which ionic config file is related with android emulator because i have never used ionic. But if you can change emulator.exe path with newer one, i am sure problem will gone.