"Android Emulator has terminated" I got this error in every time when I create a new virtual device in my Android Studio?

145 Views Asked by At

The error that I got every time from new android emulator that I created,

enter image description here

For your information :

Here is the flutter doctor,

enter image description here

I also add the android sdk path,

enter image description here

Is there anything I'm missing to add or to update? Please suggest me because I'm stucked here from 1 week?

2

There are 2 best solutions below

0
MobileDev On

This may be because there is not enough space on the disk. Can you try these steps?

  1. Android Virtual Device(AVD) -> Show Advanced Settings enter image description here

  2. Change these:

    Graphics: Software

    Ram: 512

enter image description here

Also the answers here may help: Android Emulator issues in new versions - The emulator process has terminated

I hope I have helped. Enjoy your work.

0
Ngoni On

got mine working by setting ANDROID_HOME and ANDROID_SDK_ROOT in my environment variables. You can always check your logs if it doesn't help, that's where I found out where I was getting this error from. Good luck