skip to Main Content

I have been dealing with a very persistent error when attempting to run a flutter app on an Android Emulator (Android Virtual Device launched through Android Studio) through VS Code. Here is a screenshot of the errors: Here is a screenshot of the error log

I have attempted to wipe data & cold brew both my emulators & reopen the application folder to no avail. I am beginning to feel hopeless. If anyone can help me at all, I would really appreciate that. Thank you in advance 🙂

PS: here is how the emulator looks
emulator

2

Answers


  1. if you wiped the emulator’s data and it is still showing the error, try to increase your emulator’s space,

    1. Tools
    2. AVD Manager
    3. Locate the emulator you want to increase space, click the drop down
    4. Edit
    5. Show advanced settings
    6. Edit the Internal storage
    7. Restart the emulator if it’s running

    NOTE: Newer android studio versions do not have the Edit option inside the dropdown, it was moved next to the dropdown menu (The edit icon)

    Login or Signup to reply.
  2. I had also faced same error on windows:

    Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] Error launching application on Android SDK built for x86.

    What I done was, just wiping out the data of emulator from android studio and it worked.

    enter image description here

    here there is an option of wipe out

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search