how to install android studio full offline

后端 未结 8 1402
南旧
南旧 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:10

    Google has a special GDG Dev Kit Pilot that comes with everything needed to install Android Studio offline. It's basically 4 DVDs that contain the entire Android Website, including Android SDKs, Material Design docs, tutorial videos and a ton of other useful dev material.

    It's available completely free through your nearest Google Developers Group, Google Student Ambassador, or you can download the entire kit here: GDG Dev Kit Pilot ReadMe.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题