Open kelly987654 opened 3 years ago
here is how I do it.
diskSize="2G"
grep "disk.dataPartition.size=${diskSize}" emu/templates/avd/Pixel2.avd/config.ini ||
sed -i"" -e "s/$(grep "disk.dataPartition.size" 'emu/templates/avd/Pixel2.avd/config.ini')/disk.dataPartition.size=${diskSize}/g" 'emu/templates/avd/Pixel2.avd/config.ini'
How can I increase the storage space on the emulator? It looks like it only starts with about 4GB total and 500 MB free. Thanks!