Hrithik Jaiswal
Hrithik Jaiswal

Reputation: 84

My Flutter Emulator is not working in VSCode

Error Showing

cannot launch without active device Failed to launch Pixel 2 API 28: ProcessException: Process exited abnormally: emulator: ERROR: Not enough disk space to run AVD 'Pixel_2_API_28'. Exiting... Command

Tried to launch several times checked my RAM memmory also it waas at 50%.I have worked with flutter several times its first time i got the error.

Upvotes: 0

Views: 1120

Answers (1)

F Perroch
F Perroch

Reputation: 2215

You need to increase the Internal Storage of your emulator

On the AVD Manager of Android Studio, edit your device, click on Show advanced settings and change the value your Internal Storage

enter image description here

Upvotes: 1

Related Questions