问题描述
晕,我试图用Android Studio运行Flutter应用程序,但每次出现此错误,我都会得到:
Hallo I am trying t run my flutter application with Android Studio but i get every time this error:
Emulator: ERROR: resizing partition e2fsck failed with exit code 1
该如何解决?
推荐答案
其他人在SOF上回答了该问题,因为许多用户都遇到了该问题.如果您搜索" e2fsck失败,退出代码为8 ",在Google上,您会找到它们.不幸的是,没有人能够帮助我解决这个问题.
Other people answer to that question on SOF because many users had that problem.If you search for "e2fsck failed with exit code 8" on Google you will find them.Unfortunately, no one of them was able to help to overcome the problem for me.
我以这种方式解决了(希望对某人有帮助):我从Android官方网站 https://androidstudio.googleblog.com/2018/08/emulator-27310-stable.html .我提取了.zip中包含的所有文件,然后将其拖放到仿真器所在的位置%ANDROID_HOME%/tools并起作用.
I solved this way (I hope it can help for someone): I download and installed the Android Emulator stable version from Android Official Site https://androidstudio.googleblog.com/2018/08/emulator-27310-stable.html.I extracted all the files contained in the .zip and I dragged and dropped to the path %ANDROID_HOME%/tools where the emulator is located and it works.
守卫.
这篇关于模拟器:错误:调整分区e2fsck的大小失败,退出代码为1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!