3

SHOWS ERROR LIKE

> Emulator: warning: host doesn't support requested feature:
  CPUID.80000001H:ECX.abm [bit 5]

Error

Ashvin solanki
  • 4,802
  • 3
  • 25
  • 65

2 Answers2

5

I have the same message, but I do not think it has something to do with installing virtualbox but with the cpu, the emulator and the emulated system image (Android P). In my environments (linux, ubuntu 18.04 or debian 9) the message appears on my old sandybridge laptops but is not present on more modern skylake and kaby lake cpus and on all environments virtualbox is installed. However, the emulator seems to work fair enough on the sandy bridge machines with the warning. Let us hope that the old cpus continue to run the emulator for some time despite the warning and are not excluded by the emulator team @google in the near future.

Daniel Selvan
  • 959
  • 10
  • 23
pba
  • 524
  • 3
  • 13
  • 1
    i don't say that virtualbox is correct answer but at a time after virtual box installation according to suggation is solve my problem – Ashvin solanki Sep 05 '18 at 05:21
  • 3
    I confirm that this `warning: host doesn't support requested feature: CPUID.80000001H:ECX.abm` shows up on my Dell Inspiron 7720 laptop with Intel i7-3610QM CPU when running AVD on Ubuntu Budgie 18.04. But emulator works flawlessly – Marecky Oct 09 '18 at 20:33
  • The emulator is not usable in my computer (i7-3632QM, Ivi Bridge). When I launch the emulator, after just a few seconds the processor reaches temperatures above 100 ºC. I almost killed my netbook with Android Studio 3.5 – jap1968 Sep 30 '19 at 15:56
0

Enable the VT-x option in BIOS and check the answer to enable KVM to run emulator.

Nainal
  • 1,728
  • 14
  • 27