Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix Android emulator not responding after launch behaviour?

Tags:

android

The below is the displayed output in the console:

[2011-08-10 15:59:37 - Activities] ------------------------------

[2011-08-10 15:59:37 - Activities] Android Launch!

[2011-08-10 15:59:37 - Activities] adb is running normally.

[2011-08-10 15:59:37 - Activities] Performing net.learn2develop.Activities.ActivitiesActivity activity launch

[2011-08-10 15:59:37 - Activities] Automatic Target Mode: launching new emulator with compatible AVD 'andy2'

[2011-08-10 15:59:37 - Activities] Launching a new emulator with Virtual Device 'andy2'

[2011-08-10 15:59:38 - Emulator]

[2011-08-10 15:59:38 - Emulator] This application has requested the Runtime to terminate it in an unusual way.

[2011-08-10 15:59:38 - Emulator] Please contact the application's support team for more information.

[2011-08-10 15:59:40 - Emulator] Failed to allocate memory: 8

I am getting this error regularly. Please help me out of this.

enter image description here

like image 446
Pramod Avatar asked Nov 29 '22 18:11

Pramod


1 Answers

This worked for me.

  1. Open AVD Manager
  2. Show Advanced Settings
  3. Choose Cold boot from Boot option.

Force quit your Emulator, and run again.

like image 90
Li Jin Avatar answered Dec 05 '22 03:12

Li Jin