Could not launch './qemu/windows-x86_64/qemu-system-i386.exe': No such file or directory

前端 未结 8 1532
小鲜肉
小鲜肉 2021-01-01 18:53

I followed everything in this link http://ionicframework.com/docs/guide/installation.html and I installed Genymotion in Android Studio... But I\'

相关标签:
8条回答
  • 2021-01-01 19:18

    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

    0 讨论(0)
  • 2021-01-01 19:25

    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.

    0 讨论(0)
  • 2021-01-01 19:27

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

    0 讨论(0)
  • 2021-01-01 19:28

    Try to add the emulator on your PATH.

    export PATH="$ANDROID_HOME/emulator:$PATH"
    
    0 讨论(0)
  • 2021-01-01 19:28

    I have same issue with you.

    After I downgrade the Android SDK Tooks from 25 rc1 to 24.4.1 . The error has gone.

    0 讨论(0)
  • 2021-01-01 19:31

    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.

    0 讨论(0)
提交回复
热议问题