Nirav Shah
Nirav Shah

Reputation: 2094

"Can not launch AVD in emulator" : Emulator startup fails : Heap size issue

I have just updated Android SDK tools to latest one and created new AVD with android v6.0.

I am getting error as attached here enter image description here

Emulator settings are as shown in this attached image

enter image description here

Is someone facing same issue ?

Upvotes: 0

Views: 582

Answers (1)

IntelliJ Amiya
IntelliJ Amiya

Reputation: 75788

To maintain a functional multi-tasking environment, Android sets a hard limit on the heap size for each app. The exact heap size limit varies between devices based on how much RAM the device has available overall.

So, You should Increase your VM Heap Size & Restart .Hope this helps .

Please check my settings .

enter image description here

Upvotes: 1

Related Questions