2

When I try to run Android Studio, I get an error that Intel HAXML is not installed.

I have an AMD A4-3330MX processor. Is Intel HAXML necessary to work with Android Studio? If so, can I use it on an AMD processor?

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
pavani
  • 31
  • 1
  • 2
  • 3
    The Intel HAXM requires an Intel processor that supports virtualization. Installing or not installing it will make no difference to a computer on an AMD processor. So long story short, you do not need Intel HAXM installed to use Android Studio. – Siddharth Lele Feb 13 '16 at 05:19
  • [Genymotion](https://www.genymotion.com/download) is a popular, free alternative to the native Android emulator – OneCricketeer Feb 13 '16 at 06:07

1 Answers1

2

Intel haxm is used for emulator acceleration. If you are on windows and you have an AMD CPU you won't be able to use it. With linux you can use kvm. Refer yourself to this documentation for more informations.

E-Kami
  • 2,529
  • 5
  • 30
  • 50