How do I set up Android Studio to work completely offline?

后端 未结 13 951
迷失自我
迷失自我 2020-11-27 03:18

I have very slow bandwidth, so I\'m trying to keep all the required files on the local machine to work with Android Studio completely offline. When I click on \"New Project\

13条回答
  •  长情又很酷
    2020-11-27 03:54

    Android Studio Version < 3.6:

    For Windows:

    File -> Settings ->Build, Execution,Deployment -> Build Tools -> Gradle
    

    For Mac OS:

    Preferences ->Build, Execution,Deployment -> Build Tools -> Gradle
    

    Check/UnCheck Offline work checkbox as per your need.

    Android Studio Version >= 3.6:

    follow steps in the image:

提交回复
热议问题