Problems with the android emulator

1

I was working well with the android emulator and when I emulated my app it no longer displays this in the window (Select Deployment Target) , it appears blank and the emulator is ready to be used . I get this error:

  

C: \ Users \ reddr \ AppData \ Local \ Android \ Sdk \ tools \ emulator.exe -netdelay    none -netspeed full -avd 4_7WXGA_API_23-new emulator: WARNING:   userdata partition is resized from 694 M to 800 M ERROR: resizing   partition e2fsck failed with exit code 8 Creating filesystem with   parameters: Size: 69206016 Block size: 4096 Blocks per group: 32768   Inodes per group: 4224 Inode size: 256 Journal blocks: 1024 Label:   Blocks: 16896 Block groups: 1 Reserved block group size: 7 Created   filesystem with 11/4224 inodes and 1302/16896 Hax blocks is enabled   Hax ram_size 0x40000000 HAX is working and emulator runs in fast virt   mode qemu-system-i386.exe: -drive   if = none, index = 2, id = userdata, file = C: \ Users \ reddr.android \ avd \ 4_7WXGA_API_23-   new.avd / userdata-qemu.img: could not open disk image   C: \ Users \ reddr.android \ avd \ 4_7WXGA_API_23-new.avd / userdata-qemu.img:

     

Could not open 'C: \ Users \ reddr.android \ avd \ 4_7WXGA_API_23-   new.avd / userdata-qemu.img ': Invalid argument

Already restart the team update sdk-tools packages and even delete the emulator and create a new one and I still can not emulate my app. I hope you can help, because I do not know what happened, thank you in advance.

    
asked by Angelica 02.11.2017 в 22:47
source

1 answer

1

For the error you show:

  

if = none, index = 2, id = userdata, file = C: \ Users \ reddr.android \ avd \ 4_7WXGA_API_23-    new.avd / userdata-qemu.img: could not open disk image   C: \ Users \ reddr.android \ avd \ 4_7WXGA_API_23-new.avd / userdata-qemu.img :

Probably the load of an emulator fails and I leave a process with failure, I suggest you enter the Task Manager (Task Manager) of windows and finish the process:

  

quemu-system-i386.exe

try again!

    
answered by 03.11.2017 / 01:08
source