Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I delete older Android SDK Build-tools packages?

I have all the Android SDK Build-tools installed from revision 17 to 21.1.2. Am I allowed to just delete old packages without any problem?

enter image description here

like image 247
keybee Avatar asked Dec 17 '14 07:12

keybee


1 Answers

I think you can delete the old build tools and that is indeed what I do each time a newer version is available. I have not got any problems by doing that. Eclipse ADT can automatically pick the latest available version in your system to build your project. If you use Android Studio though, you need to specify the version of build tools in build.grade file.

like image 156
Qianqian Avatar answered Sep 21 '22 06:09

Qianqian