I\'m trying to run my first android studio project but I get this error message and the emulator doesn\'t start :
Created filesystem with 11/4224 inodes and
In my case, this issue happened when I click run twice unintentionally from AVD manager. I resolved this issue by killing the running instance from taskmanager (qemu-system-i386.exe).
Try restarting your computer!
I was just wrestling with this problem and after an hour of scouring the web to no avail I tried restarting my computer and the problem was resolved.
It seems that the AVD does not like to set the memory in GB. If it does not save the new setting in GB change it to MB.
I tried the above answers in Android Studio 3.0, but it seems AS 3.0 doesnt allow to change in the IDE screen, or not sure it was some problem with my installation. So I opened the AVD in disk and opened the config.ini, and changed the ramsize there. It worked.
In Android Studio, version 1.2.1.1:
Go to "Tools -> Android -> AVD Manager -> Chose your device -> Edit -> Advanced Settings -> Change the RAM parameter to 512 Mb.
Save it, and run the App in the Emulator. It should run now.