-1

This is the first project with Android Studio. When I run the project, I have got the following error:

enter image description here

I have installed Intel HAXM installer(accelerator).

I don't see a list(empty list) from "Choose running device" during running project.

How can I fix it?

During installation of HAXM manually, https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement i got error:

enter image description here

metropolision
  • 385
  • 3
  • 10
shibly
  • 11,180
  • 33
  • 97
  • 162

1 Answers1

1

HAXM is dependent on your system specifications. And you are trying to run a x86 emulator.

Please check that you meet the requirements to run HAXM.

If you meet the requirements then please look at HAX Installer and Virtualization Technology - HAX

Here are the differences between x86 and ARM.

Community
  • 1
  • 1
TejjD
  • 2,408
  • 1
  • 14
  • 37
  • It's 64 bit operating system. – shibly Dec 31 '15 at 07:14
  • If you meet all of the System requirements, then have a look at the video that is in the link I have posted. – TejjD Dec 31 '15 at 07:17
  • Can't find SDK installation directory on windows 7. – shibly Dec 31 '15 at 07:29
  • Are you sure your CPU supports Virtualization? Uninstall the HAXM. Download the standalone one from here: https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement .. Then reinstall using that version – TejjD Dec 31 '15 at 07:31
  • I got error during installing standalone HAXM. I have edited original question. – shibly Dec 31 '15 at 07:40
  • As I stated before "Your CPU NEEDS to support Virtualization" ... This is why you will not be able to run HAXM and emulate a x86 device. Just use an ARM emulator. What CPU do you have? – TejjD Dec 31 '15 at 07:42
  • Intel core i5 4590(3.33GHz), Codename: Haswell – shibly Dec 31 '15 at 08:46
  • Follow this: http://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware/ Just remember your motherboard needs to support it as well. – TejjD Dec 31 '15 at 08:48
  • http://www.sysprobs.com/disable-enable-virtualization-technology-bios – TejjD Dec 31 '15 at 08:49
  • I have enabled virtualization from bios, still getting same error. – shibly Dec 31 '15 at 09:04
  • 1
    You need to uninstall and reinstall HAX after doing the enabling of Virtualization. – TejjD Dec 31 '15 at 09:09
  • Ah, Yes, i have unistalled and reinstalled HAXM, this time i am not getting that error. – shibly Dec 31 '15 at 09:10
  • Great! ... Please mark as answer if I have helped you enough. – TejjD Dec 31 '15 at 09:11
  • 1
    Your comment helped me more than your answer. – shibly Dec 31 '15 at 09:15