Skip to content Skip to sidebar Skip to footer

Could Not Launch './qemu/windows-x86_64/qemu-system-i386.exe': No Such File Or Directory

I followed everything in this link http://ionicframework.com/docs/guide/installation.html and I installed Genymotion in Android Studio... But I'm struggling with the shown error

Solution 1:

I'm using Android Studio 2.3 with SDK Build-Tools 25.0.2 and my problem was solved installing "Android Emulator":

Solution 2:

Try to add the emulator on your PATH.

export PATH="$ANDROID_HOME/emulator:$PATH"

Solution 3:

I just installed "Intel x86 Emulator Accelerator (HAXM installer)" in Android Studio

Tools > Android SDK Manager > SDK Tools

In the picture you can see more information

Solution 4:

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.

Solution 5:

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

Post a Comment for "Could Not Launch './qemu/windows-x86_64/qemu-system-i386.exe': No Such File Or Directory"