Error android studio 2.2 osx

0

Recently I installed android studio 2.1.1 on my mac. I made all the necessary settings, but when I start the AVD it returns this error:

  emulator: WARNING: Increasing RAM size to 1024MB emulator: WARNING: VM
  heap size set below hardware specified minimum of 48MB emulator:
  WARNING: Setting VM heap size to 256MB Hax is enabled Hax ram_size
  0x0000000 HAX is working and emulator runs in fast virt mode. console
  on port 5554, ADB on port 5555

and on the APP tab this:

  

Error while waiting for device: Timed out after 300seconds waiting for   emulator to come online.

How do I solve this problem?

    
asked by anonymous 19.05.2016 / 22:58

1 answer

0

This error is due to the amount of memory you have set in the device you are emulating. It is being suggested in the message set to 1024Mb.

To do this, use AVD Manager and set the device memory. These settings in the AVD are in Avdanced Settings of the device.

    
29.07.2016 / 14:15