0

I'm getting an error while running my AVD on Android Studio. Below screenshot is the error.

http://i.gyazo.com/cc1d9497b3f504196fe4f78fc6a2932e.png

After doing some Googling, I understand that the HAXM installer needs to be installed from the SDK Manager. I did that (screenshot below)

http://i.gyazo.com/060b1108091d497da3e9e312ec7aedcc.png

Doing some further research, it seems like I need to execute an .exe file from the Android Studio folder. However, the SDK folder seems to be missing for me.

I'm stuck in a loop here, I'm not sure what to do. Is anyone able to assist with this? I enable virtualization in my BIOS but it didn't do the trick. My processor is also supported according to the intel website. Thank you.

bumpfox
  • 17
  • 5

2 Answers2

1

Use Genymotion as your emulator. Fast and reliable. The solution below is from a possible duplicate question to yours.


After you download it and make sure you run the setup located in: {SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe

Note: in Android Studio, the command "intelhaxm.exe" has been changed to "intelhaxm-android.exe"

If you get the error "VT not supported" during the installation disable Hyper-V on windows features. You can execute this command dism.exe /Online /Disable-Feature:Microsoft-Hyper-V. You will also need "Virtualization Technology" to be enabled on your BIOS

Community
  • 1
  • 1
Yohan Blake
  • 1,298
  • 4
  • 21
  • 43
0

If that doesn't work try the ARM virtual device instead because your PC might not be intel HAXM compatible(mine wasn't). There might be some other options too for other types of virtual devices you can use. I recommend you try the ARM one if it doesn't work.