as the title says, the non android studio workspaces have a very low amount of free storage space to actually work on projects that need space for dependencies or similar cases for e.g. npm packages, python packages, even the flutter projects were reduced to just 15GB and even 10GB in some cases
atleast about 50-100 GB is needed to work without thinking about the storage before installing anything
I’m fighting the ridiculously low free space issue now with my Flutter project. Of course, if they hadn’t disabled Android Studio Cloud, I wouldn’t even be working in the pure Flutter environment anyway! I’ve had to continuously clean my project, and wipe emulators t free up space.
Not just non-android studio workspaces, but the android/flutter workspaces especially need more storage! The emulator never launches due to the lack of storage. I spent 2 hours trying to make it work only to be greeted by a storage error. Going back to local development now.