Questions tagged [haxm]

Intel® Hardware Accelerated Execution Manager

The Intel Hardware Accelerated Execution Manager (Intel® HAXM).

440 questions
0
votes
2 answers

Emulator on Android Studio and Windows Phone

i think i have a huge problem...actually I'n developing on Android and Windows Phone, first with Android Studio i dont have nay problems... but with de WP emulator (VS Express 2012 SDK) I have problems with de Hyper-V... I update my OS to Windows…
0
votes
1 answer

Vista wont let me install HAXM

I am trying to install HAXM to use a virtual device for Android Studio, but I get the error stating "This computer does not support Intel Visualization Technology (VT-x). HAXM cannot be installed" when I try downloading it. Why? On their site they…
mr nooby noob
  • 1,860
  • 5
  • 33
  • 56
0
votes
1 answer

AVD still not running even after enabling the VT-x in virtualization technology

1) I found this error in Android Studio 2) And then I followed the instructions given here ERROR: x86 HAX kernel module is not installed! But it is installed 3) So, I checked my BIOS settings and found this 4) And then launched the file…
CLOUGH
  • 691
  • 11
  • 16
0
votes
1 answer

intelHAXM is not installing even after enabling INTEL VT in BIOS

Emulator is not working in Android studio so i moved to install intelhaxa but its not setting and i followed many ways like: 1) cold boot 2) enabling the intel VT in BIOS 3) disabling the…
0
votes
1 answer

HAXM "AVD Legendary Error" - no chance?

OK, so I am trying to work on my AVD in here, when I suddenly get the infamous error message saying that HAXM isn't installed -blah blah blah-. However, I went online to check for resolution and it's been 3 hours now with no chance. What I stumbled…
Cereal
  • 47
  • 2
  • 7
0
votes
0 answers

How to enable Intel HAXM for Android emulator inside Android Studio on Ubuntu

The link at intel.com has the instructions for Eclipse IDE. In the Additional Emulator Command Line Options field, enter: -qemu -m 2047 -enable-kvm However, Not sure where to specify these options when running emulator from Android Studio.
Harish Garg
  • 53
  • 11
0
votes
2 answers

Android Studio First Time Running Error

I started following Bucky's tutorials on android development. I installed the jdk, make a JAVA_HOME environment variable pointing to the jdk. I installed android studio, as well as the required packages and this is what's coming…
Vince
  • 2,596
  • 11
  • 43
  • 76
0
votes
1 answer

Latest update to Android SDK has made my x86 AVD unusably slow to load .apk

For the last few months I've had a nice set up with AVD and HAXM (v4). Now I've moved up a couple of versions and recreated my x86 virtual machines (because I only had the Google API x86 machine before). Whereas before it would take max 10 seconds…
John
  • 6,433
  • 7
  • 47
  • 82
0
votes
2 answers

Will Android studio HAXM support for this PC specification?

This is my pc specification. Will Android studio HAXM work on this pc? OS Name Microsoft Windows 8.1 Version 6.3.9600 Build 9600 Other OS Description Not Available OS Manufacturer Microsoft Corporation System Name MAX-PC System Manufacturer…
Maximus19
  • 1
  • 2
0
votes
1 answer

Cannot Use Android Emulator because of VT-x

I been having a problem with android emulators on both Android Studio and Eclipse. I cannot get it to run becuase the Intel HAXM is not installed. I installed it via the sdk manager but still cannot run the intelhaxm.exe. because VT-x needs to be…
0
votes
1 answer

Can't start AVD

erro info: Starting emulator for AVD 'Nexus5' emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX is not installed on this machine (/dev/HAX…
Michael Yang
  • 1,403
  • 2
  • 18
  • 27
0
votes
3 answers

Android emulator loads infinitely

It seems, it takes place always with Intel x86 image. But my aim of this setting was using Inter HAXM. I left emulator running on the whole night, but in the morning it still was booting If I use arm, it works but I want to try HAXM Any ideas?
hinduCoder
  • 51
  • 1
  • 8
0
votes
1 answer

Yosemite and HAXM 1.1.1 and "screen not available"

I am running Yosemite and Eclipse. I've installed HAXM 1.1.1. I had the black screen issue with the emulator, so I turned on Enable GPU. THe emulator runs, but I can't use the DDMS tools to do a screen capture. It says "Screen not…
Jason Hocker
  • 6,879
  • 9
  • 46
  • 79
0
votes
2 answers

Intel HAXM not working on i5-2430M (2nd Gen)

I was setting up HAXM for Android x86 emulator. Downloaded HAXM and x86 image using SDK manager. Installed HAXM, rebooted, still HAXM isn't shown to be working while emulator starts up. I've tried installing HAXM directly from Intel website. Still…
javaEntu
  • 160
  • 2
  • 14
0
votes
1 answer

How to check HAX is working for the Virtual Device

I am trying to use HAXM method to create a virtual Device for Android programs testing. But as per the procedure I am not able to see the message that HAXM is working for that device. Although the device responds a bit faster but still I want to…