Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reduce Android sdk size on hard disk

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 ?

like image 252
Nicolas Zozol Avatar asked Dec 14 '14 19:12

Nicolas Zozol


1 Answers

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.

like image 96
Kelevandos Avatar answered Oct 23 '22 09:10

Kelevandos