How to setup Android Studio to work completely offline? -
i have slow bandwidth, i'm trying keep required files on local machine set android studio offline. when click on create new project
tries download file named gradle-1.6-bin.zip downloaded , tried install locally via plugin manager gives me error:
fail load plugin descriptor file gradle-1.6-bin.zip
so other files need download , how install them work offline android studio.
android studio 0.4.0 includes support offline:
http://tools.android.com/recent/androidstudio040released
"you can open compiler > gradle options , enable offline mode, tell gradle ignore update-to-date checks"
Comments
Post a Comment