Hello Shopify Support Team,
I’m currently developing a Shopify Minis application on my local machine and have been encountering a recurring issue that significantly slows down my development workflow.
When I run npm start and press “a” to apply changes in dev mode, the app reload process quickly consumes storage on the Android emulator (via Android Studio). After a short time, the emulator runs out of space, which forces me to perform a full “Wipe Data” in Android Studio to continue.
However, this creates two major inconveniences:
-
I lose all existing app data and configurations in the emulator.
-
Each time I wipe data, I have to wait for the emulator to fully reset and reinstall everything, which takes a considerable amount of time.
I would like to ask:
-
Is there a way to run Shopify Minis in development mode without repeatedly consuming large amounts of emulator storage?
-
Is there a recommended workflow to apply code changes without triggering heavy data reloads each time?
-
Is there a way to clear unnecessary data/cache without performing a full “Wipe Data”, so I can preserve my emulator setup.
** If this behavior is considered a normal workflow when developing Shopify Minis, please let me know—I’m happy to accept it .
Thanks

