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

后端 未结 13 897
迷失自我
迷失自我 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:39

    OK guys I finally overcame this problem. Here is the solution:

    1. Download gradle-1.6-bin.zip for offline use.

    2. Paste it in the C:\Users\username\.gradle directory.

    3. Open Android Studio and click on the "Create New Project" option and you will not get this error any more while offline.

      You might get some other errors like this:

      Don't worry, just ignore it. Your project has been created.

    4. So now click on "Import Project" and go to the path C:\Users\username\AndroidStudioProjects and open your project and you are done.

提交回复
热议问题