androidemulation

Android Emulator is showing only black screen, ONLY for API 34


Android Emulator is showing only black screen when it starts. This is happening only if I choose API level 34. It is working fine for lower level.

enter image description here

Does anyone know what is the issue and what is the solution?

I am using Android Studio version:

Android Studio Iguana | 2023.2.1 Canary 1
Build #AI-232.8660.185.2321.10696284, built on August 22, 2023
Runtime version: 17.0.7+0-b2043.56-10550314 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 16
Registry:
    external.system.auto.import.disabled=true
    ide.text.editor.with.preview.show.floating.toolbar=false

Non-Bundled Plugins:
    com.thoughtworks.gauge (232.8660.142)

Solution

  • Found the solution. It was a bug in older version of Android Emulator.

    I was not able to Update the emulator due to this issue. Then I found a fix for that and Updated the Emulator. Then I removed the Emulator 14.0 and added again.

    It is working fine now.

    Thanks to @Morrison for giving the clue.