0

I am trying to run emulator in Android studio.

It gave me error that "requires hardware acceleration". so I did some research, and found that I need HAXM installer installed. source can be found out here Error in launching AVD with AMD processor

So I downloaded it. I ran again and then it gave error "This computer does not support VT-x" so called Virtualization Technology.

So in the same above posting I found out I need to enable VT from bios settings. I did that too. But when I try to install HAXM it again giving me error "This computer does not support VT-x"

How I can install HAXM and eventually able to run android emulator?

Updated I have tried Intel HAXM installation error - This computer does not support Intel Virtualization Technology (VT-x)

When I opened turn feature on or off, its not giving me Hyper-V option.

Thnx

Community
  • 1
  • 1
user786
  • 3,902
  • 4
  • 40
  • 72

1 Answers1

2

That CPU (from early 2009) does not support virtualization, so you will need to use a software enhancer - like genymotion.

codecats
  • 1,675
  • 1
  • 12
  • 9
  • can u add a few lines explaining what is genymotion? – user786 Dec 24 '15 at 17:00
  • It's just one of many android software emulators (Intel haxm is a hardware based emulator, explaining it's fast speed). http://www.laptopmag.com/articles/run-android-apps-on-pc lists/compares several software emulators – codecats Dec 24 '15 at 17:05