Getting error message that I have no space left

I’m getting an error message that there is no space left on my emulator. How can this be fixed? How can I delete some things from my emulator?

Are you storing data to a TinyDB? You may need to ‘empty’ the TinyDB using clearTinyDB
or use this advice from MIT

|Hal AbelsonMIT App Inventor Team|

12/31/13

App Inventor doesn’t provide user-level to change the emulator, but you can do this yourself. Go to the commands-for-appinventor folder and you see a script called “run emulator”.
In there, you see the call to “emualtor” with a bunch of command lineoptions. You can change these, or add more options. You’ll need to look the Google
documentation for the emulator program to figure out which ones increase the memory size (if any).