其实方法二效果很好,当初我就是使用了方法二解决的,反而方法一没啥用,所以你可以直接拉到下边方法二直接开始操作(很简单),如果还是不行的话就再完整走一遍方法一到方法二的流程,如果有什么其他问题可以私信联系我帮忙(如果我会的话hhh)
Android Studio启动AVD报错:The emulator process for AVD Pixel_5_API_30 has terminated.
如果经过上述方法仍未解决,那么请继续以下部分,否则请忽略。
In case if anyone facing this issue. I solved it by:
Go to C:\Users\YourUserName\ .android
Create a file named advancedFeatures.ini
Then add the following lines of code in the file:
Vulkan = off
GLDirectMem = on
以上部分 转自stackoverflow。
Vulkan = off
GLDirectMem = on