ERROR: resizing partition e2fsck failed with exit code 8

前端 未结 8 1611
别跟我提以往
别跟我提以往 2020-12-29 22:38

I\'m new to android studio. When I try to run my first programme in android studio on the emulator, I get this error.

I have searched through other comments and have

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 22:59

    I had the same issue, and tried everything that is suggested above, without success. Being desperate, I tried every menu I could find in AVD. So, I came on "show on disk" menu, at the right of the line of my device, in AVD device list.

    Android Studio opened an explorer window, and showed me a directory with a name not matching my device name... Probably because I had renamed my device in AVD, and Android Studio had not reported this change on disk.

    So I deleted my device, created a new one with same parameters, verified that directory and name matched, and launched the device... and it worked!!!

    Hope this will be helpfull to anyone...

提交回复
热议问题