Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulator process killed while launching

I am using Android Studio 2.2.3

I created a very simple project with the basic activity.

When I run the project then there was this error in the Run tab : Error while waiting for device: The emulator process for AVD Nexus_5X_API_25_x86 was killed.

My computer is windows7 64-bit , RAM 4Gb , virtualization is enabled. There is the antivirus Avast running.

So what should I do to prevent this process killing ?

like image 734
pheromix Avatar asked Feb 22 '17 09:02

pheromix


1 Answers

This problem has multiple reasons, to properly solve this issue go to Help -> show log in **** then open the log file and search the word "Emulator" in that file. for example, I found this error in the log file 2020-12-27 22:42:58,708 [114439053] INFO - manager.EmulatorProcessHandler - Emulator: emulator: ERROR: Not enough disk space

and the problem solved by making some space.

like image 112
Habib Kazemi Avatar answered Sep 29 '22 07:09

Habib Kazemi