ANDROID EXERCISE – Installing Android SDK files offline
Introduction
Android packages are available online. Android developers will have to download and install them using Android SDK Manager. This approach requires Internet connection and may take some time, depending on the size of the selected package. It would be convenient if these packages are saved first into local repository first. Local repository allow offline installation to take place. Furthermore, the repository can be shared between many developers.
Steps