Minimum Android SDK

I think I can find out by trial versions and errors, but someone else probably already figured this out. What Android SDK files are needed to create an Android project? I do not need rest and like to clean them.

+3
source share
2 answers

You can safely remove 0.5 GB of documentation if you never use it. You can also install only the Android SDK version 2.3.x, but you need to be careful not to remove the SDK that the newer SDK depends on. SDK Manager is a useful tool for deleting unnecessary files.

+2
source

All Articles