简体   繁体   中英

Emulator in Android Studio's AVD won't start correctly

I'm setting up a Flutter environment and all except my emulator isn't working.

I'm using Android Studio 3.6.2

This is the setup for the emulator in AVD:

在此处输入图像描述

Virtualization is enabled and HAXM is installed

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

When launching the emulator it only gets to about where the red square is, then does nothing and returns to the virtual devices list: 在此处输入图像描述

Also tried launching it with flutter itself by command line and in VS Code with no luck: 在此处输入图像描述

在此处输入图像描述

And I don't get any error messages.

Anyone know where to go from here?

Thanks.

After creating AVD from android studio. Open Command Prompt and execute this command.

C:\Path_to_Android_Sdk\sdk\tools\emulator.exe -netdelay none -netspeed full -avd YOUR_AVD_DEVICE_NAME

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM