skip to Main Content

I just download the upsidedowncake (api 34) system image and create a virtual device and when I try to run it then I see this error:

The emulator process for AVD Small_Phone_API_34 has terminated.

Error:

enter image description here

Even I have so much space in my disk where the AVD created (192 gb free).

When I was using the R (API 30) then The AVD working perfectly fine when I try to use the API 34 and also I try to run with API 35 system image then i getting that error.

I also see the idea log ***Help*****> Show log in explorer`** But i am unable to see the problem.

I am using Android Studio Koala version, and OS: Windows

1

Answers


  1. I had this error a few times, first check if you have installed Android API35(setting-> Language/Frameworks -> Android SDK -> SDK Platforms), if you had, try:

    • open device with cold boot now
    • delete the emulator and reinstall it.

    This worked for me, hope it helps you out.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search