AVD 无法在 Mac "permission denied(13)" 上启动

AVD fails to boot on Mac "permission denied(13)"

只是想让我的 android 模拟器启动。但是,我不断收到消息 ERROR: Resizing partition failed with exit code 1. 我已经完全卸载 Androidstudio 并重新安装但没有任何改变,仍然出现相同的错误。我还在 AVD 设置中同时使用了硬件 - GLES 2.0 和软件 - GLES 2.0 图形设置,但两者都出现错误。

我使用的是 MacBook pro。

这是 运行 错误以及 logCat 捕获的错误。

ERROR: resizing partition failed with exit code 1

这是使用硬件 - GLES 2.0 时的错误

 08-09 14:21:07.461 1184-1184/? E/libEGL: load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found
    08-09 14:21:07.652 1184-1184/? E/SurfaceFlinger: hwcomposer module not found
    08-09 14:21:07.675 1184-1184/? E/cutils-trace: Error opening trace file: Permission denied (13)
    08-09 14:21:08.169 1184-1241/? E/SurfaceFlinger: ro.sf.lcd_density must be defined as a build property
    08-09 14:21:08.700 1251-1254/? E/libEGL: load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found
    08-09 14:21:08.755 1251-1254/? E/cutils-trace: Error opening trace file: Permission denied (13)

这是更改为软件 - GLES 2.0 时出现的错误

08-09 16:07:50.886 1184-1184/? E/SurfaceFlinger: hwcomposer module not found
08-09 16:07:50.950 1184-1184/? E/cutils-trace: Error opening trace file: Permission denied (13)
08-09 16:07:51.226 1184-1243/? E/SurfaceFlinger: ro.sf.lcd_density must be defined as a build property
08-09 16:07:51.890 1252-1254/? E/cutils-trace: Error opening trace file: Permission denied (13)
01-01 00:00:00.000 0-0/? E/Internal: Connection refused

它是您在 avd 设置中的 GPU 设置..可能..是否选中了 USE host GPU 框?