Help to solve error android studio

1

I'm having trouble with an error in android studio. From what I entedi, when I run the project, a "certain partition is resized" to a larger size or occupy a larger space. I tried to figure out how to solve it, but it did not work. Despite the error, it allows me to "emulate" the application normally.

The error is as follows:

Can not launch AVD in emulator. Output: emulator: WARNING: userdata partition is resized from 550M to 800M ERROR: resizing partition e2fsck failed with exit code 1 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: Emulator-5554

error image:

    
asked by anonymous 09.12.2016 / 14:40

1 answer

1

When you are going to create an emulator for android studio, you have the option to choose the amount of emulator storage, in case to save the information during the emulation, from what I understood in that error, the software had some problem in resizing the size of the partition from 550 to 800M, the possible solution is to exclude that your emulator already created in the emulator manager, also known as AVD MANAGER, deletes that emulator there and creates another with at max 550M of space.

    
09.12.2016 / 14:55