How to Install Android SDK Offline?
So before we begin to download everything , first off all Android SDK Tools is all what you need: (Please download the latest version available)
Installing Android SDK for the first timer
- Download the latest SDK Tools that match your OS. It is things like tools_rxxx_os.zip
- Create a new folder dedicated for Android SDK. For instance "AndroidSDK" in E:\ Drive This folder will store all SDK installation packages. You can use whatever folder you want .. Just make sure it is accessible for you.
- Extract the tools_rxxx_os.zip inside the AndroidSDK folder This could take seconds or a minute . You can use apps like 7-zip, wiinrar , etc.
- Now you have "tools" folder inside your AndroidSDK directory.
- When the extraction done , you can safely delete the tools_rxx_os.zip or you can move to somewhere else
- Back to AndroidSDK root directory and manually create folder called "temp". This folder used to store all offline installation packages later. For now make let it empty.
- Now, the basic setup for SDK Manager has been done. Congrats!
Test Android SDK Installaion
To test SDK manager open android.bat (windows) , wait for a while to load. If this is the first time you use it, SDK manager will load lists packages available. This might needs internet connectionLive Video Demo
For Complete Demonstration on how to install Android SDK , including packages , check out this video below. This is a common guideline video for installing Android SDK Offline.It uses Android 5 as the SDK example that being installed, However these process is common and can be applied to install other SDK Versions from 4,5,6,7 and also the SDK tools. Follow the video for detailed instruction.
Android SDK Packages
Here are the SDK packages you can download and install offline later:SDK Tools and Extras
Android SDK Tools (Manager) Download Link:
http://androidsdkoffline.blogspot.com/p/android-sdk-tools.htmlAndroid SDK Build Tools Download Link:
http://androidsdkoffline.blogspot.com/p/android-sdk-build-tools.htmlAndroid SDK Platform Tools Download Link:
http://androidsdkoffline.blogspot.com/p/android-sdk-platform-tools.htmlAndroid SDK Extras Download Link:
http://androidsdkoffline.blogspot.com/p/android-sdk-extras.htmlCompilers and Platforms
Android 7 SDK Nougat API 24 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-70-api-24-nougat-direct.htmlAndroid 6 SDK Marshmallow API 23 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-60-api-23-marshmallow.htmlAndroid 5.1 SDK Lollipop API 22 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-51-api-22-lollipop-direct.htmlAndroid 5.0.1 SDK Lollipop API 21 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-501-api-21-lollipop-direct.htmlAndroid 4.4 SDK Wear API 20 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-wear-sdk-44-api-20-kitkat.htmlAndroid 4.4.2 SDK Kitkat API 19 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-442-api-19-kitkat-direct.htmlAndroid 4.3.1 SDK Jelly Bean API 18 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-431-api-18-jelly-bean.htmlAndroid 4.2.2 SDK Jelly Bean API 17 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-422-api-17-jelly-bean.htmlAndroid 4.1 SDK Jelly Bean API 16 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-41-api-16-jelly-bean-direct.htmlAndroid 4.0.3 SDK Jelly Bean API 15 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-403-api-15-ics-direct.htmlAndroid 4.0 SDK Jelly Bean API 14 Download Link:
http://androidsdkoffline.blogspot.co.id/p/android-sdk-4-api-14-ics-direct-download.htmlRegister Android SDK to system Environment(OPTIONAL STEP but RECOMMENDED)
Register Android SDK to system Environment, so you can use them from CMD/CLI to create project , update SDK , create AVD and everything Android SDK capable of , directly from CMD. More:
Advertisement