how to install android studio full offline

后端 未结 8 1434
南旧
南旧 2020-12-03 05:27

I need to install android studio on many PCs. Is there any way to install android studio latest version offline by downloading all the offline files just once? Most of the P

8条回答
  •  醉梦人生
    2020-12-03 06:11

    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

提交回复
热议问题