赞
踩
Android Studio启动AVD报错:The emulator process for AVD Pixel_5_API_30 has terminated.
原因:安装时使用自定义安装后,修改了默认安装目录。
而avd文件默认在 C:\Users\用户名.android 目录下。所以导致打开AVD时报错。
如果经过上述方法仍未解决,那么请继续以下部分,否则请忽略。
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。
意思是,在你的 .android 目录下,
新建一个文件
advancedFeatures.ini,文件内容是
- Vulkan = off
- GLDirectMem = on
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。