0

I am trying to use an emulator in Android Studio 3.1.4, but I keep getting the error messages:

Emulator: Could not launch 'C:\Users\Ian\AppData\Local\Android\Sdk\emulator/qemu/windows-x86_64/qemu-system-i386.exe': No such file or directory.

and

Emulator: Process finished with exit code 2.

This happens with every device I am trying to emulate.

I tried increasing the RAM on the emulator, but it had no effect. Any insight into what my problem is would be great.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
BuffChihuahua
  • 37
  • 2
  • 4
  • I'd suggest you read [Run apps on the Android Emulator](https://developer.android.com/studio/run/emulator) and [Create and manage virtual devices](https://developer.android.com/studio/run/managing-avds). – grrigore Sep 14 '18 at 21:39
  • Have you checked in SDK tools if you have installed Android Emulator? – exe Sep 14 '18 at 22:00
  • I checked, and I do have android emulator installed. If it helps at all, I am trying to use API 23 on a Pixel phone for emulation. – BuffChihuahua Sep 15 '18 at 01:05

2 Answers2

0

1)Lower your AVD Memory if it set to default try running below 600 MB RAM

2) Try reinstalling the Emulator sdk

0

This can be solved by the following step:

Please ensure "Windows Hypervisor Platform" is installed. If it's not installed, install it, restart your computer and you will be good to go.

enter image description here

Akbar
  • 71
  • 1
  • 3