how to install android studio full offline

Android studio latest version offline by downloading all the offline files only one time then you have to download " All Android Studio Packages " and link is: - http://developer.android.com/sdk/index.html


in response to "The following SDK component was not installed: build-tools-21.1.1"

  • download build-tools 21.1.1 from http://dl-ssl.google.com/android/repository/build-tools_r21.1.1-windows.zip
  • unzip it under your sdk /build-tools folder (e.g. %UserProfile%\AppData\Local\Android\sdk\build-tools\ for Windows)
  • you'll get then /build-tools/android-5.0/ right beside /build-tools/21.1.2/
  • restart Android Studio

NB: all credit goes to the community http://code.google.com/p/android/issues/detail?id=82789#c5


Definitely YES, you can always install Android Studio with all SDK packages & Tools on an Off-line PC. As I just did it myself.

Only thing U have to insure that you must have one PC with internet with Similar configuration as of Off-line PC(s). For example, if you have Win 7 64 bits On-Line PC, then you should have Win 7 64 bit on Off-Line PC as well. But I have not tried extensively on 64 vs 32 bit PCs.

Once You have installed Android Bundle (available on android studio website), on both On-line and Off-line PCs, you download all necessary files required to run the Android Studio properly on On-Line PC.

After that, compare the folder inside sdk folder: "C:\user\name\AppData\Local\Android\sdk " available on both PCs (On-Line & Off-Line). And where ever you feel that some files are missing copy that folder from On-Line PC and paste in Off-Line PC. Especially, you need to do this for folder : 'extras', 'tool' & 'system-images'.

After this, just ENJOY!!!