skip to Main Content

I tried to upgrade emulator from Nexus 5 API 24 to Pixel 7 Pro API 34.
The first one have worked well but new one is not work and display this error.

How can I fix this error?
I think that is caused by JDK version, is it right? If it is right, How can I config this setting?
I installed JDK 17.0.6 and 21

I tried to use Emulator with API 34 in Android Studio but this caused error.

2

Answers


  1. Did you try with a cold boot ?

    If you are in Android Studio, launch the emulator using the Cold boot options from the three dotted menu right next to the start button.

    if you are using the cmd to launch the emulator this link

    Login or Signup to reply.
  2. I’m having the same issue. The idea.log does not provide any guidance for me. There was an issue I found online, where the solution was to find at least 2MB of memory space on your hard drive. That was not my problem, so the issue remains unresolved for me.

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