I can't install intel HAXM

前端 未结 24 1243
庸人自扰
庸人自扰 2020-11-28 19:06

I installed Android Studio and I had no problems with that. However, when I tried to run the emulator, it said that Intel HAXM was not installed.

So I found the inst

24条回答
  •  攒了一身酷
    2020-11-28 19:43

    None of the suggestions worked on their own.

    Here is what worked for me: chmod -R 777 $ANDROID_HOME

    Then try to install it via android studio -> sdk manager. If its not there, reinstall latest version of Android studio over your current installation. HAXM will show up in SDK manager after that.

    If you do not have ANDROID_HOME set, then YOU are part of the problem. The value of it can be found inside Android Studio project structure. On MAC, just type CMD ; and look at SDK Location on left.

    Simply run chmod -R 775

提交回复
热议问题