1

I am getting this error when i tired launching the emulator. Any suggestions?

emulator: WARNING: VM heap size set below hardware specified minimum of 128MB emulator: WARNING: Setting VM heap size to 128MB emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore option from your config file is ignored. emulator: device fd:684

Vijaya Varma Lanke
  • 603
  • 2
  • 7
  • 19

2 Answers2

8

Edit ADV to set value 128 or more than 128 at VM heap of memory options

Fahim Faysal
  • 459
  • 4
  • 6
3

Refer to Managing your AVD's

Set the VM Heap of your Emulator to 256mb or 512mb

If you are using a command line initiated emulator, follow this: Running your application

Lastly ensure you have an Intel CPU, and HAXM configured properly. Setting up HAXM

TejjD
  • 2,571
  • 1
  • 17
  • 37
  • Thank you, I overcome that VM heap size WARNING Now I am getting emulator: WARNING: Crash service did not start emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore option from your config file is ignored. any suggestion. thankyou – Vijaya Varma Lanke Apr 18 '16 at 05:55
  • Are you on a MacOS, Windows or Ubuntu? Are you running an AMD cpu or an Intel CPU – TejjD Apr 18 '16 at 05:58
  • first remove all AVD's that you have configured, and reinstall HAXM. Then restart your machine, and create a new emulator. If that does not work then you have an issue with your HAXM – TejjD Apr 18 '16 at 06:03
  • Thankyou for your suggestions but till now Iam getting emulator: WARNING: Crash service did not start emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore option from your config file is ignored. warnings – Vijaya Varma Lanke Apr 18 '16 at 06:20
  • Is there any need of Intel graphics media driver and Intel management engine interface driver for this one – Vijaya Varma Lanke Apr 18 '16 at 06:51
  • Thankyou for your suggestion – Vijaya Varma Lanke Apr 18 '16 at 10:34