Vijaya Varma Lanke
Vijaya Varma Lanke

Reputation: 611

VM heap size set below hardware specified minimum of 128MB

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

Upvotes: 1

Views: 18204

Answers (2)

Fahim Faysal
Fahim Faysal

Reputation: 459

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

Upvotes: 8

TejjD
TejjD

Reputation: 2561

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

Upvotes: 3

Related Questions