我是android studio的新手.当我尝试在模拟器上的android studio中运行我的第一个程序时,我收到此错误.
我已经搜索了其他评论,并尝试将build.gradle从24.0.0减少到23.0.3,如下所示,但它仍然无效.我正在使用Nexus 5X API 23.
android {
compileSdkVersion 24
buildToolsVersion "23.0.3"
}
Run Code Online (Sandbox Code Playgroud)
显示的错误是:
无法在模拟器中启动AVD.
Output:
emulator: WARNING: userdata partition is resized from 756 M to 800 M ERROR: resizing partition e2fsck failed with exit code 8
Hax is enabled
Hax ram_size 0x60000000
HAX is working and emulator runs in fast virt mode.
emulator: Listening for console connections on port: 5554
emulator: Serial number of this emulator (for ADB): emulator-5554
Run Code Online (Sandbox Code Playgroud) android exit-code android-emulator run-app android-studio-2.2