Android emulator shows nothing but blank screen

后端 未结 16 2100
既然无缘
既然无缘 2021-01-01 18:15

I am a complete nOOb to Android programming and trying my hands at it for the first time by going through the tutorials. The problem is that I have created multiple emulator

16条回答
  •  滥情空心
    2021-01-01 18:28

    I had the Problem with black screen plus audio fail messages with a newly installed Android Studio 3.4.1 on a fairly new amd machine. so i installed arm based virtual devices, used the Nexus 4 API 15 on targed 4.0.3 (Google API) as recommended for a first start.

    I changed windows settings -> privacy -> microphone-> let other apps use it to fix the failing audio messages.

    for the black screen all the above suggestions didnt work for me, until i changed the settings on extended controls once the black screened virtual device comes up:

    went to settings -> advanced and changed both "OpenGL ES renderer" and "OpenGL ES API level" to "Desktop native OpenGL" and "Compatibility" respectively.

    a word of caution, the devices seem to be very fragile and get corrupted when changing stuff back and forth in avd manager, especially when changing system image.

提交回复
热议问题