6

I keep running out of storage space when I work on my app for a long time. I'm assuming it's because the emulator is incorrectly uninstalling the old apks?

Internal storage is always stuck at 541MB, even if I change the settings in AVD. The settings in config.ini are correctly set and I see disk.dataPartition.size=2000M.

I've tried wiping and restarting the emulator, creating other virtual devices, and even resize2fs detailed here https://stackoverflow.com/a/20762411/2532762

Nothing seems to work. I've tried API 22 & 23 emulators. Both x86

Community
  • 1
  • 1
1mike12
  • 2,946
  • 3
  • 27
  • 36

1 Answers1

0

Here is a tutorial to increase internal storage of your Android emulator by using SDK Manager :

https://myworks2012.wordpress.com/2014/07/10/android-emulator-internal-storage-configuation/

I hope it will be helpful for you

Mohamed
  • 836
  • 1
  • 13
  • 23