2016-08-09 87 views
1

只是试图让我的android模拟器启动。但是,我不断收到消息ERROR:Resize partition failed with exit code 1.我已经完全卸载Androidstudio并重新安装,但没有任何更改,仍然收到相同的错误。我也在AVD设置中同时使用了硬件--GLES 2.0和软件--GLES 2.0图形设置,但是都得到了错误。AVD无法在Mac上启动“权限被拒绝(13)”

我正在使用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 
+0

可能是您的GPU有问题,请检查您是否拥有最新的图形驱动程序,如果无法使用,请转至AVD设置并禁用“使用主机GPU” – ziondreamt

+0

“使用主机GPU”在哪里? AVD设置中图形部分的唯一部分允许我选择Hardware - GLES 2.0或Software - GLES 2.0。 – Michael1009

+0

他们可能已经更改了名称,尝试将其设置为软件 – ziondreamt

回答

0

,是你在你的AVD设置GPU设置..可能..是USE主机GPU盒子检查?

+0

在使用硬件或软件图形的选项中,没有使用主机GPU框。在你尝试启动的模拟器图像的avd编辑设置中,两者都不能工作 – Michael1009

+0

..在那里相信我 –

相关问题