只是試圖讓我的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
可能是您的GPU有問題,請檢查您是否擁有最新的圖形驅動程序,如果無法使用,請轉至AVD設置並禁用「使用主機GPU」 – ziondreamt
「使用主機GPU」在哪裏? AVD設置中圖形部分的唯一部分允許我選擇Hardware - GLES 2.0或Software - GLES 2.0。 – Michael1009
他們可能已經更改了名稱,嘗試將其設置爲軟件 – ziondreamt