13

Though hard disk is cheap these days, ssd is still expensive. My Android SDK is taking something like 14Go.

I have installed apis 19,20 and 21, and each is taking around some valuable space (21 uses 9Go!) in the system-images/ folder.

Is there some cases where I do need 19 and 20 if I already have 21 ?

AndriuZ
  • 648
  • 6
  • 26
Nicolas Zozol
  • 6,910
  • 3
  • 50
  • 74
  • I had the same problem. Find detailed descriptions and step-by-step safe way to clean up the sdk folder in my question here ... http://stackoverflow.com/questions/30796230/system-images-in-android-sdk-folder-taking-a-lot-of-disk-space-do-we-need-to-ke – Viral Patel Jan 01 '16 at 17:02

1 Answers1

6

You will need 19 and 20 only if you plan on creating projects targeted (compiled) for those versions. And you most probably do not ;-) Also, avoid downloading everything each release offers if you do not have a specific need for all of them.

Kelevandos
  • 7,024
  • 2
  • 29
  • 46