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
what can I do to fix this?
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
what can I do to fix this?
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.
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.
Reguards.