Is it normal that debug & testing app on eclipse's AVD taking up large hard-disk space?

  • Replies:4
Eddy W.
  • Forum posts: 3

Feb 26, 2016, 5:03:38 PM via Website

I'm just new to android development, recently I've built two simple beginning android apps that ran on eclipse's AVD and it taken up 2GB of hard-disk space, are there any solution to normalize this circumstances? :(

Reply
Vladimir S.
  • Forum posts: 266

Feb 26, 2016, 9:13:41 PM via Website

image

When you create virtual device for emulator you can choose sample device (#1 on pic above). For example, virtual Nexus 7 have 2048 Mb of RAM (#2) and it will take more than 2 Gb on your disk. Also, you can set Internal Storage (#3) and virtual SD Card (#4) and they will take place on disk too.
For simple apps 512Mb RAM and 100Mb Internal Storage will be enough (SD Card does not need in this case).
Use the real device (not emulator) to install built apps if you want to save max disk space.

Eddy W.

Reply
Eddy W.
  • Forum posts: 3

Feb 27, 2016, 2:29:13 PM via Website

can I reclaim back that mistaken space? or should i lost it forever?(cool)

Reply
Vladimir S.
  • Forum posts: 266

Feb 27, 2016, 8:55:28 PM via Website

Delete virtual devices in AVD Manager and space must be reclaimed.

Eddy W.

Reply
Eddy W.
  • Forum posts: 3

Feb 28, 2016, 4:12:33 PM via Website

thank you so much, it works,.. my hard media's space has reclaimed. :)

Reply