'Android emulator on apple M1 giving INSTALL_FAILED_INSUFFICIENT_STORAGE most of the time
I'm trying to run android emulator on M1 and the emulator barely fits 1 of the apps im working on.
When i try to run my react native project i usually get INSTALL_FAILED_INSUFFICIENT_STORAGE
I haven't installed any other apps on the emulator and all the pre-installed apps cannot be uninstalled.
Any idea how can i free up some storage space on android emulator ?
Solution 1:[1]
Managed to fix it by following these steps :
- click on the small arrow next to my emulator in avd manager and select
Show on Disk
- Open
config.ini
- find
disk.dataPartition.size={some number}and change it todisk.dataPartition.size=4000MB - delete all .img files
here's the current storage
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Donia El Fouly |




