android - Where to put Gradle 2.2.1 manually -


i working on android app on android studio, app trying fetch zip url http://services.gradle.org/distributions/gradle-2.2.1-all.zip unknown reasons not able fetch it, question if download zip manually should put work? thank you.

yes download file manually gradle homepage , doesn't matter put file. unzip file directory on workstation e.g., have programms - , in android studio go file -> settings -> build execution deployment -> build tools , there can define path desired gradle home directory or use internal graddle wrapper.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -