ERROR: resizing partition e2fsck failed with exit code 8

前端 未结 8 1665
别跟我提以往
别跟我提以往 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 23:01

    The misleading ERROR: resizing partition e2fsck failed with exit code 8 when starting an Android Virtual Device (AVD) can occur when you have an old version of Android SDK installed, but without the Android Studio. The old standalone graphical SDK Manager is deprecated as of SDK Tools v25.2.3 - running it does not report any errors, but does not properly update your Android SDK.

    Use the new command line SDK Manager ./sdkmanager --update to properly update your Android SDK and the e2fsck failed with exit code 8 problem will be gone.

    More information: How to update Android emulator without Android Studio?

提交回复
热议问题